aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.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/config-include/StandaloneCommon.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 '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example58
1 files changed, 29 insertions, 29 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index c4ece54..f0bf3c8 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -41,17 +41,17 @@
41 ;; If this is a standalone world, this is the address of this instance. 41 ;; If this is a standalone world, this is the address of this instance.
42 ;; If this is a grided simulator, this is the address of the external robust server that 42 ;; If this is a grided simulator, this is the address of the external robust server that
43 ;; runs the UserAgentsService. 43 ;; runs the UserAgentsService.
44 ;; For example http://myworld.com:9000 or http://myworld.com:8002 44 ;; For example http://myworld.com:${Const|PublicPort} or http://myworld.com:8002
45 ;; This is a default that can be overwritten in some sections. 45 ;; This is a default that can be overwritten in some sections.
46 ; HomeURI = "http://127.0.0.1:9000" 46 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
47 47
48 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} 48 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
49 ;; If this is a standalone world, this is the address of this instance. 49 ;; If this is a standalone world, this is the address of this instance.
50 ;; If this is a grided simulator, this is the address of the external robust server 50 ;; If this is a grided simulator, this is the address of the external robust server
51 ;; that runs the Gatekeeper service. 51 ;; that runs the Gatekeeper service.
52 ;; For example http://myworld.com:9000 or http://myworld.com:8002 52 ;; For example http://myworld.com:${Const|PublicPort} or http://myworld.com:8002
53 ;; This is a default that can be overwritten in some sections. 53 ;; This is a default that can be overwritten in some sections.
54 ; GatekeeperURI = "http://127.0.0.1:9000" 54 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
55 55
56[Modules] 56[Modules]
57 ;; Choose one cache module and the corresponding config file, if it exists. 57 ;; Choose one cache module and the corresponding config file, if it exists.
@@ -111,7 +111,7 @@
111 111
112 ; === HG ONLY === 112 ; === HG ONLY ===
113 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented 113 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
114 ; GatekeeperURI="http://127.0.0.1:9000" 114 ; GatekeeperURI="${Const|BaseURL}:${Const|PublicPort}"
115 115
116[LibraryModule] 116[LibraryModule]
117 ; Set this if you want to change the name of the OpenSim Library 117 ; Set this if you want to change the name of the OpenSim Library
@@ -120,20 +120,20 @@
120[LoginService] 120[LoginService]
121 WelcomeMessage = "Welcome, Avatar!" 121 WelcomeMessage = "Welcome, Avatar!"
122 ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented 122 ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented
123 ; GatekeeperURI = "http://127.0.0.1:9000" 123 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
124 124
125 SRV_HomeURI = "http://127.0.0.1:9000" 125 SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
126 SRV_InventoryServerURI = "http://127.0.0.1:9000" 126 SRV_InventoryServerURI = "${Const|BaseURL}:${Const|PublicPort}"
127 SRV_AssetServerURI = "http://127.0.0.1:9000" 127 SRV_AssetServerURI = "${Const|BaseURL}:${Const|PublicPort}"
128 SRV_ProfileServerURI = "http://127.0.0.1:9000" 128 SRV_ProfileServerURI = "${Const|BaseURL}:${Const|PublicPort}"
129 SRV_FriendsServerURI = "http://127.0.0.1:9000" 129 SRV_FriendsServerURI = "${Const|BaseURL}:${Const|PublicPort}"
130 SRV_IMServerURI = "http://127.0.0.1:9000" 130 SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}"
131 131
132 ;; For Viewer 2 132 ;; For Viewer 2
133 MapTileURL = "http://127.0.0.1:9000/" 133 MapTileURL = "${Const|BaseURL}:${Const|PublicPort}/"
134 134
135 ; Url to search service 135 ; Url to search service
136 ; SearchURL = "http://127.0.0.1:8002"; 136 ; SearchURL = "${Const|BaseURL}:8002";
137 137
138 ; The minimum user level required for a user to be able to login. 0 by default 138 ; The minimum user level required for a user to be able to login. 0 by default
139 ; If you disable a particular user's account then you can set their login level below this number. 139 ; If you disable a particular user's account then you can set their login level below this number.
@@ -227,7 +227,7 @@
227 ; See http://opensimulator.org/wiki/GridInfo 227 ; See http://opensimulator.org/wiki/GridInfo
228 228
229 ; login uri: for grid this is the login server URI 229 ; login uri: for grid this is the login server URI
230 login = http://127.0.0.1:9000/ 230 login = ${Const|BaseURL}:${Const|PublicPort}/
231 231
232 ; long grid name: the long name of your grid 232 ; long grid name: the long name of your grid
233 gridname = "the lost continent of hippo" 233 gridname = "the lost continent of hippo"
@@ -238,37 +238,37 @@
238 ; login page: optional: if it exists it will be used to tell the client to use 238 ; login page: optional: if it exists it will be used to tell the client to use
239 ; this as splash page 239 ; this as splash page
240 ; currently unused 240 ; currently unused
241 ;welcome = http://127.0.0.1/welcome 241 ;welcome = ${Const|BaseURL}/welcome
242 242
243 ; helper uri: optional: if it exists if will be used to tell the client to use 243 ; helper uri: optional: if it exists if will be used to tell the client to use
244 ; this for all economy related things 244 ; this for all economy related things
245 ; currently unused 245 ; currently unused
246 ;economy = http://127.0.0.1:9000/ 246 ;economy = ${Const|BaseURL}:${Const|PublicPort}/
247 247
248 ; web page of grid: optional: page providing further information about your grid 248 ; web page of grid: optional: page providing further information about your grid
249 ; currently unused 249 ; currently unused
250 ;about = http://127.0.0.1/about/ 250 ;about = ${Const|BaseURL}/about/
251 251
252 ; account creation: optional: page providing further information about obtaining 252 ; account creation: optional: page providing further information about obtaining
253 ; a user account on your grid 253 ; a user account on your grid
254 ; currently unused 254 ; currently unused
255 ;register = http://127.0.0.1/register 255 ;register = ${Const|BaseURL}/register
256 256
257 ; help: optional: page providing further assistance for users of your grid 257 ; help: optional: page providing further assistance for users of your grid
258 ; currently unused 258 ; currently unused
259 ;help = http://127.0.0.1/help 259 ;help = ${Const|BaseURL}/help
260 260
261 ; password help: optional: page providing password assistance for users of your grid 261 ; password help: optional: page providing password assistance for users of your grid
262 ; currently unused 262 ; currently unused
263 ;password = http://127.0.0.1/password 263 ;password = ${Const|BaseURL}/password
264 264
265 ; HG address of the gatekeeper, if you have one 265 ; HG address of the gatekeeper, if you have one
266 ; this is the entry point for all the regions of the world 266 ; this is the entry point for all the regions of the world
267 ; gatekeeper = http://127.0.0.1:9000/ 267 ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/
268 268
269 ; HG user domain, if you have one 269 ; HG user domain, if you have one
270 ; this is the entry point for all user-related HG services 270 ; this is the entry point for all user-related HG services
271 ; uas = http://127.0.0.1:9000/ 271 ; uas = ${Const|BaseURL}:${Const|PublicPort}/
272 272
273[MapImageService] 273[MapImageService]
274 ; Set this if you want to change the default 274 ; Set this if you want to change the default
@@ -289,7 +289,7 @@
289;; 289;;
290[GatekeeperService] 290[GatekeeperService]
291 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented 291 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
292 ; ExternalName = "http://127.0.0.1:9000" 292 ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}"
293 293
294 ; Does this grid allow incoming links to any region in it? 294 ; Does this grid allow incoming links to any region in it?
295 ; If false, HG TPs happen only to the Default regions specified in [GridService] section 295 ; If false, HG TPs happen only to the Default regions specified in [GridService] section
@@ -353,11 +353,11 @@
353 353
354[HGInventoryService] 354[HGInventoryService]
355 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented 355 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
356 ; HomeURI = "http://127.0.0.1:9000" 356 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
357 357
358[HGAssetService] 358[HGAssetService]
359 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented 359 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
360 ; HomeURI = "http://127.0.0.1:9000" 360 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
361 361
362 ;; The asset types that this grid can export to / import from other grids. 362 ;; The asset types that this grid can export to / import from other grids.
363 ;; Comma separated. 363 ;; Comma separated.
@@ -374,8 +374,8 @@
374 374
375[HGInventoryAccessModule] 375[HGInventoryAccessModule]
376 ;; If you have these set under [Hypergrid], no need to set it here, leave it commented 376 ;; If you have these set under [Hypergrid], no need to set it here, leave it commented
377 ; HomeURI = "http://127.0.0.1:9000" 377 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
378 ; GatekeeperURI = "http://127.0.0.1:9000" 378 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
379 379
380 ;; If you want to protect your assets from being copied by foreign visitors 380 ;; If you want to protect your assets from being copied by foreign visitors
381 ;; uncomment the next line. You may want to do this on sims that have licensed content. 381 ;; uncomment the next line. You may want to do this on sims that have licensed content.
@@ -393,7 +393,7 @@
393[Messaging] 393[Messaging]
394 ; === HG ONLY === 394 ; === HG ONLY ===
395 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented 395 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
396 ; GatekeeperURI = "http://127.0.0.1:9000" 396 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
397 397
398 398
399[EntityTransfer] 399[EntityTransfer]