aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorBlueWall2014-11-30 13:59:23 -0500
committerBlueWall2014-11-30 13:59:23 -0500
commit5f88ceab2269a0413b9a57674a0a1b097c374fd4 (patch)
tree2072c17da5a0473bfef2e2b839d074ff5b013f14 /bin/OpenSim.ini.example
parentCorrect 690fe0c to actually log the exception reported in DoOnRezScriptQueue(... (diff)
downloadopensim-SC_OLD-5f88ceab2269a0413b9a57674a0a1b097c374fd4.zip
opensim-SC_OLD-5f88ceab2269a0413b9a57674a0a1b097c374fd4.tar.gz
opensim-SC_OLD-5f88ceab2269a0413b9a57674a0a1b097c374fd4.tar.bz2
opensim-SC_OLD-5f88ceab2269a0413b9a57674a0a1b097c374fd4.tar.xz
Set configuration files to use key expansion for widely used common settings.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example20
1 files changed, 16 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0374877..da88e7f 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -42,6 +42,17 @@
42;; out. 42;; out.
43 43
44 44
45[Const]
46 ;# {BaseURL} {} {BaseURL} {"http://example.com","http://127.0.0.1"} "http://127.0.0.1"
47 BaseURL = http://127.0.0.1
48
49 ;# {PublicPort} {} {PublicPort} {8002} "8002"
50 PublicPort = "8002"
51
52 ;# {PrivatePort} {} {PublicPort} {8003} "8003"
53 PrivatePort = "8003"
54
55
45[Startup] 56[Startup]
46 ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) " 57 ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) "
47 ;; Console prompt 58 ;; Console prompt
@@ -597,7 +608,8 @@
597 608
598 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} 609 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {}
599 ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. 610 ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
600 ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003 611 ; OfflineMessageURL = ${Const|BaseURL}/Offline.php
612 ; OfflineMessageURL = ${Const|BaseURL}:${Const|PrivtePort}
601 613
602 ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} 614 ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll}
603 ;; For standalones, this is the storage dll. 615 ;; For standalones, this is the storage dll.
@@ -1037,7 +1049,7 @@
1037 ;; URI for the groups services of this grid 1049 ;; URI for the groups services of this grid
1038 ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc 1050 ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc
1039 ;; or http://mygridserver.com:82/Grid/ for SimianGrid 1051 ;; or http://mygridserver.com:82/Grid/ for SimianGrid
1040 ;; or http:://mygridserver.com:8003 for robust, V2 1052 ;; or http:://${Const|BaseURL}:${Const|PrivatePort} for robust, V2
1041 ;; Leave it commented for standalones, V2 1053 ;; Leave it commented for standalones, V2
1042 ; GroupsServerURI = "" 1054 ; GroupsServerURI = ""
1043 1055
@@ -1105,13 +1117,13 @@
1105 ;# {ProfileServiceURL} {} {Set url to UserProfilesService} {} 1117 ;# {ProfileServiceURL} {} {Set url to UserProfilesService} {}
1106 ;; Set the value of the url to your UserProfilesService 1118 ;; Set the value of the url to your UserProfilesService
1107 ;; If un-set / "" the module is disabled 1119 ;; If un-set / "" the module is disabled
1108 ;; ProfileServiceURL = http://127.0.0.1:8002 1120 ;; ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort}
1109 1121
1110[XBakes] 1122[XBakes]
1111 ;# {URL} {} {Set URL for Baked texture service} {} 1123 ;# {URL} {} {Set URL for Baked texture service} {}
1112 ;; Sets the URL for the baked texture ROBUST service. 1124 ;; Sets the URL for the baked texture ROBUST service.
1113 ;; Disabled when unset. 1125 ;; Disabled when unset.
1114 ;; URL = http://127.0.0.1:8003 1126 ;; URL = ${Const|BaseURL}:${Const|PrivatePort}
1115 1127
1116[Architecture] 1128[Architecture]
1117 ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini 1129 ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini