aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example51
1 files changed, 41 insertions, 10 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index f28de43..f80044e 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -27,6 +27,27 @@
27 ;StorageProvider = "OpenSim.Data.MSSQL.dll" 27 ;StorageProvider = "OpenSim.Data.MSSQL.dll"
28 ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" 28 ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
29 29
30[Hypergrid]
31 ; Uncomment the variables in this section only if you are in
32 ; Hypergrid configuration. Otherwise, ignore.
33
34 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
35 ;; If this is a standalone world, this is the address of this instance.
36 ;; If this is a grided simulator, this is the address of the external robust server that
37 ;; runs the UserAgentsService.
38 ;; For example http://myworld.com:9000 or http://myworld.com:8002
39 ;; This is a default that can be overwritten in some sections.
40 ; HomeURI = "http://127.0.0.1:9000"
41
42 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
43 ;; If this is a standalone world, this is the address of this instance.
44 ;; If this is a grided simulator, this is the address of the external robust server
45 ;; that runs the Gatekeeper service.
46 ;; For example http://myworld.com:9000 or http://myworld.com:8002
47 ;; This is a default that can be overwritten in some sections.
48 ; GatekeeperURI = "http://127.0.0.1:9000"
49
50
30[Modules] 51[Modules]
31 ;; Choose one cache module and the corresponding config file, if it exists. 52 ;; Choose one cache module and the corresponding config file, if it exists.
32 ;; Copy the config .example file into your own .ini file and alter that 53 ;; Copy the config .example file into your own .ini file and alter that
@@ -64,8 +85,8 @@
64 Region_Welcome_Area = "DefaultRegion, FallbackRegion" 85 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
65 86
66 ; === HG ONLY === 87 ; === HG ONLY ===
67 ;; change this to the address of your simulator 88 ;; If you have this set under [Startup], no need to set it here, leave it commented
68 Gatekeeper="http://127.0.0.1:9000" 89 ; GatekeeperURI="http://127.0.0.1:9000"
69 90
70[LibraryModule] 91[LibraryModule]
71 ; Set this if you want to change the name of the OpenSim Library 92 ; Set this if you want to change the name of the OpenSim Library
@@ -73,7 +94,8 @@
73 94
74[LoginService] 95[LoginService]
75 WelcomeMessage = "Welcome, Avatar!" 96 WelcomeMessage = "Welcome, Avatar!"
76 GatekeeperURI = "http://127.0.0.1:9000" 97 ;; If you have Gatekeeper set under [Startup], no need to set it here, leave it commented
98 ; GatekeeperURI = "http://127.0.0.1:9000"
77 99
78 SRV_HomeURI = "http://127.0.0.1:9000" 100 SRV_HomeURI = "http://127.0.0.1:9000"
79 SRV_InventoryServerURI = "http://127.0.0.1:9000" 101 SRV_InventoryServerURI = "http://127.0.0.1:9000"
@@ -85,6 +107,11 @@
85 ;; For Viewer 2 107 ;; For Viewer 2
86 MapTileURL = "http://127.0.0.1:9000/" 108 MapTileURL = "http://127.0.0.1:9000/"
87 109
110 ; The minimum user level required for a user to be able to login. 0 by default
111 ; If you disable a particular user's account then you can set their login level below this number.
112 ; You can also change this level from the console though these changes will not be persisted.
113 ; MinLoginLevel = 0
114
88 ;; Ask co-operative viewers to use a different currency name 115 ;; Ask co-operative viewers to use a different currency name
89 ;Currency = "" 116 ;Currency = ""
90 117
@@ -213,7 +240,8 @@
213;; HG configurations 240;; HG configurations
214;; 241;;
215[GatekeeperService] 242[GatekeeperService]
216 ExternalName = "http://127.0.0.1:9000" 243 ;; If you have GatekeeperURI set under [Startup], no need to set it here, leave it commented
244 ; ExternalName = "http://127.0.0.1:9000"
217 245
218 ; Does this grid allow incoming links to any region in it? 246 ; Does this grid allow incoming links to any region in it?
219 ; If false, HG TPs happen only to the Default regions specified in [GridService] section 247 ; If false, HG TPs happen only to the Default regions specified in [GridService] section
@@ -269,10 +297,12 @@
269 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" 297 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
270 298
271[HGInventoryService] 299[HGInventoryService]
272 HomeURI = "http://127.0.0.1:9000" 300 ;; If you have this set under [Startup], no need to set it here, leave it commented
301 ; HomeURI = "http://127.0.0.1:9000"
273 302
274[HGAssetService] 303[HGAssetService]
275 HomeURI = "http://127.0.0.1:9000" 304 ;; If you have this set under [Startup], no need to set it here, leave it commented
305 ; HomeURI = "http://127.0.0.1:9000"
276 306
277 ;; The asset types that this grid can export to / import from other grids. 307 ;; The asset types that this grid can export to / import from other grids.
278 ;; Comma separated. 308 ;; Comma separated.
@@ -288,8 +318,9 @@
288 318
289 319
290[HGInventoryAccessModule] 320[HGInventoryAccessModule]
291 HomeURI = "http://127.0.0.1:9000" 321 ;; If you have these set under [Startup], no need to set it here, leave it commented
292 Gatekeeper = "http://127.0.0.1:9000" 322 ; HomeURI = "http://127.0.0.1:9000"
323 ; GatekeeperURI = "http://127.0.0.1:9000"
293 324
294 ;; If you want to protect your assets from being copied by foreign visitors 325 ;; If you want to protect your assets from being copied by foreign visitors
295 ;; uncomment the next line. You may want to do this on sims that have licensed content. 326 ;; uncomment the next line. You may want to do this on sims that have licensed content.
@@ -306,8 +337,8 @@
306 337
307[Messaging] 338[Messaging]
308 ; === HG ONLY === 339 ; === HG ONLY ===
309 ;; change this to the address of your simulator 340 ;; If you have this set under [Startup], no need to set it here, leave it commented
310 Gatekeeper = "http://127.0.0.1:9000" 341 ; GatekeeperURI = "http://127.0.0.1:9000"
311 342
312 343
313[EntityTransfer] 344[EntityTransfer]