aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example20
1 files changed, 12 insertions, 8 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 138e498..2e7eb65 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -3,9 +3,12 @@
3;; If it's named OpenSim.ini.example then you will need to copy it to 3;; If it's named OpenSim.ini.example then you will need to copy it to
4;; OpenSim.ini first (if that file does not already exist) 4;; OpenSim.ini first (if that file does not already exist)
5;; 5;;
6;; If you are copying, then once you have copied OpenSim.ini.example to 6;; Once you have copied OpenSim.ini.example to OpenSim.ini you will at least
7;; OpenSim.ini you will need to pick an architecture in the [Architecture] 7;; need to set the constants in the [Const] section and pick an architecture
8;; section at the end of this file. 8;; in the [Architecture] section at the end of this file. The architecture
9;; will require a suitable .ini file in the config-include directory, either
10;; Standalone.ini or GridCommon.ini which you can copy and modify from the
11;; available .example files.
9;; 12;;
10;; The settings in this file are in the form "<key> = <value>". For example, 13;; The settings in this file are in the form "<key> = <value>". For example,
11;; save_crashes = false in the [Startup] section below. 14;; save_crashes = false in the [Startup] section below.
@@ -46,12 +49,13 @@
46 ; For a grid these will usually be the externally accessible IP/DNS 49 ; For a grid these will usually be the externally accessible IP/DNS
47 ; name and use default public port 8002 and default private port 8003 50 ; name and use default public port 8002 and default private port 8003
48 ; For a standalone this will usually be the externally accessible IP/DNS 51 ; For a standalone this will usually be the externally accessible IP/DNS
49 ; name and use a single common port 9000 52 ; name and use default public port 9000. The private port is not used
53 ; in the configuration for a standalone.
50 54
51 ;# {BaseURL} {} {BaseURL} {"http://example.com","http://127.0.0.1"} "http://127.0.0.1" 55 ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1"
52 BaseURL = http://127.0.0.1 56 BaseURL = http://127.0.0.1
53 57
54 ;# {PublicPort} {} {PublicPort} {8002} "8002" 58 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
55 PublicPort = "8002" 59 PublicPort = "8002"
56 60
57 ;# {PrivatePort} {} {PrivatePort} {8003} "8003" 61 ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
@@ -1068,7 +1072,7 @@
1068 1072
1069 ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule "Groups Messaging Module V2"} GroupsMessagingModule 1073 ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule "Groups Messaging Module V2"} GroupsMessagingModule
1070 ; MessagingModule = GroupsMessagingModule 1074 ; MessagingModule = GroupsMessagingModule
1071 ;; or use V2 for Groups V2 1075 ; or use "Groups Messaging Module V2" for Groups V2
1072 ; MessagingModule = "Groups Messaging Module V2" 1076 ; MessagingModule = "Groups Messaging Module V2"
1073 1077
1074 ;# {NoticesEnabled} {Module:GroupsModule Module:Groups Module V2} {Enable group notices?} {true false} true 1078 ;# {NoticesEnabled} {Module:GroupsModule Module:Groups Module V2} {Enable group notices?} {true false} true
@@ -1131,7 +1135,7 @@
1131 1135
1132;; 1136;;
1133;; Optional module to highlight God names in the viewer. 1137;; Optional module to highlight God names in the viewer.
1134;; Uncomment and costumize appropriately if you want this behavior. 1138;; Uncomment and customize appropriately if you want this behavior.
1135;; 1139;;
1136;[GodNames] 1140;[GodNames]
1137; Enabled = false 1141; Enabled = false