aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example49
1 files changed, 42 insertions, 7 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index f80044e..f7545d4 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -81,11 +81,27 @@
81 ;; Next, we can specify properties of regions, including default and fallback regions 81 ;; Next, we can specify properties of regions, including default and fallback regions
82 ;; The syntax is: Region_<RegioName> = "<flags>" 82 ;; The syntax is: Region_<RegioName> = "<flags>"
83 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut 83 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
84 ;;
85 ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
86 ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
87 ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
88 ;; an explicit region.
89 ;;
90 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
91 ;; region will be used.
92 ;;
93 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
94 ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
95 ;;
96 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
97 ;;
98 ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
99 ;;
84 ;; For example: 100 ;; For example:
85 Region_Welcome_Area = "DefaultRegion, FallbackRegion" 101 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
86 102
87 ; === HG ONLY === 103 ; === HG ONLY ===
88 ;; If you have this set under [Startup], no need to set it here, leave it commented 104 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
89 ; GatekeeperURI="http://127.0.0.1:9000" 105 ; GatekeeperURI="http://127.0.0.1:9000"
90 106
91[LibraryModule] 107[LibraryModule]
@@ -94,7 +110,7 @@
94 110
95[LoginService] 111[LoginService]
96 WelcomeMessage = "Welcome, Avatar!" 112 WelcomeMessage = "Welcome, Avatar!"
97 ;; If you have Gatekeeper set under [Startup], no need to set it here, leave it commented 113 ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented
98 ; GatekeeperURI = "http://127.0.0.1:9000" 114 ; GatekeeperURI = "http://127.0.0.1:9000"
99 115
100 SRV_HomeURI = "http://127.0.0.1:9000" 116 SRV_HomeURI = "http://127.0.0.1:9000"
@@ -115,6 +131,9 @@
115 ;; Ask co-operative viewers to use a different currency name 131 ;; Ask co-operative viewers to use a different currency name
116 ;Currency = "" 132 ;Currency = ""
117 133
134 ;; Set minimum fee to publish classified
135 ; ClassifiedFee = 0
136
118 ;; Regular expressions for controlling which client versions are accepted/denied. 137 ;; Regular expressions for controlling which client versions are accepted/denied.
119 ;; An empty string means nothing is checked. 138 ;; An empty string means nothing is checked.
120 ;; 139 ;;
@@ -240,7 +259,7 @@
240;; HG configurations 259;; HG configurations
241;; 260;;
242[GatekeeperService] 261[GatekeeperService]
243 ;; If you have GatekeeperURI set under [Startup], no need to set it here, leave it commented 262 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
244 ; ExternalName = "http://127.0.0.1:9000" 263 ; ExternalName = "http://127.0.0.1:9000"
245 264
246 ; Does this grid allow incoming links to any region in it? 265 ; Does this grid allow incoming links to any region in it?
@@ -297,11 +316,11 @@
297 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" 316 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
298 317
299[HGInventoryService] 318[HGInventoryService]
300 ;; If you have this set under [Startup], no need to set it here, leave it commented 319 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
301 ; HomeURI = "http://127.0.0.1:9000" 320 ; HomeURI = "http://127.0.0.1:9000"
302 321
303[HGAssetService] 322[HGAssetService]
304 ;; If you have this set under [Startup], no need to set it here, leave it commented 323 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
305 ; HomeURI = "http://127.0.0.1:9000" 324 ; HomeURI = "http://127.0.0.1:9000"
306 325
307 ;; The asset types that this grid can export to / import from other grids. 326 ;; The asset types that this grid can export to / import from other grids.
@@ -318,7 +337,7 @@
318 337
319 338
320[HGInventoryAccessModule] 339[HGInventoryAccessModule]
321 ;; If you have these set under [Startup], no need to set it here, leave it commented 340 ;; If you have these set under [Hypergrid], no need to set it here, leave it commented
322 ; HomeURI = "http://127.0.0.1:9000" 341 ; HomeURI = "http://127.0.0.1:9000"
323 ; GatekeeperURI = "http://127.0.0.1:9000" 342 ; GatekeeperURI = "http://127.0.0.1:9000"
324 343
@@ -337,7 +356,7 @@
337 356
338[Messaging] 357[Messaging]
339 ; === HG ONLY === 358 ; === HG ONLY ===
340 ;; If you have this set under [Startup], 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
341 ; GatekeeperURI = "http://127.0.0.1:9000" 360 ; GatekeeperURI = "http://127.0.0.1:9000"
342 361
343 362
@@ -352,3 +371,19 @@
352 ;; If appearance is restricted, which accounts' appearances are allowed to be exported? 371 ;; If appearance is restricted, which accounts' appearances are allowed to be exported?
353 ;; Comma-separated list of account names 372 ;; Comma-separated list of account names
354 AccountForAppearance = "Test User, Astronaut Smith" 373 AccountForAppearance = "Test User, Astronaut Smith"
374
375;; UserProfiles Service
376;;
377;; To use, set Enabled to true then configure for your site...
378[UserProfilesService]
379 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
380 Enabled = false
381
382 ;; Configure this for separate databse
383 ; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
384 ; Realm = UserProfiles
385
386 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
387 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
388
389