diff options
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 1063040..09c902c 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -54,12 +54,12 @@ | |||
54 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 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 | ;; Optionally choose one cache module and the corresponding config file, if it exists. |
58 | ;; Copy the config .example file into your own .ini file and alter that | 58 | ;; Copy the config .example file into your own .ini file and alter that |
59 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. | 59 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. |
60 | 60 | ||
61 | AssetCaching = "FlotsamAssetCache" | 61 | ;AssetCaching = "FlotsamAssetCache" |
62 | Include-FlotsamCache = "config-include/FlotsamCache.ini" | 62 | ;Include-FlotsamCache = "config-include/FlotsamCache.ini" |
63 | 63 | ||
64 | ;AssetCaching = "CenomeMemoryAssetCache" | 64 | ;AssetCaching = "CenomeMemoryAssetCache" |
65 | ;Include-CenomeCache = "config-include/CenomeCache.ini" | 65 | ;Include-CenomeCache = "config-include/CenomeCache.ini" |
@@ -73,7 +73,6 @@ | |||
73 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 73 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
74 | AssetLoaderArgs = "assets/AssetSets.xml" | 74 | AssetLoaderArgs = "assets/AssetSets.xml" |
75 | 75 | ||
76 | |||
77 | [GridService] | 76 | [GridService] |
78 | ;; For in-memory region storage (default) | 77 | ;; For in-memory region storage (default) |
79 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 78 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
@@ -84,7 +83,7 @@ | |||
84 | ; MapTileDirectory = "./maptiles" | 83 | ; MapTileDirectory = "./maptiles" |
85 | 84 | ||
86 | ;; Next, we can specify properties of regions, including default and fallback regions | 85 | ;; Next, we can specify properties of regions, including default and fallback regions |
87 | ;; The syntax is: Region_<RegioName> = "<flags>" | 86 | ;; The syntax is: Region_<RegionName> = "<flags>" |
88 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut | 87 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut |
89 | ;; | 88 | ;; |
90 | ;; 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.) | 89 | ;; 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.) |
@@ -350,7 +349,6 @@ | |||
350 | ;; to block this info from being exposed. | 349 | ;; to block this info from being exposed. |
351 | ; ShowUserDetailsInHGProfile = True | 350 | ; ShowUserDetailsInHGProfile = True |
352 | 351 | ||
353 | |||
354 | [HGInventoryService] | 352 | [HGInventoryService] |
355 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 353 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
356 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 354 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
@@ -371,7 +369,6 @@ | |||
371 | ; DisallowExport ="LSLText" | 369 | ; DisallowExport ="LSLText" |
372 | ; DisallowImport ="LSLBytecode" | 370 | ; DisallowImport ="LSLBytecode" |
373 | 371 | ||
374 | |||
375 | [HGInventoryAccessModule] | 372 | [HGInventoryAccessModule] |
376 | ;; If you have these set under [Hypergrid], no need to set it here, leave it commented | 373 | ;; If you have these set under [Hypergrid], no need to set it here, leave it commented |
377 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 374 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
@@ -395,7 +392,6 @@ | |||
395 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 392 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
396 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 393 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
397 | 394 | ||
398 | |||
399 | [EntityTransfer] | 395 | [EntityTransfer] |
400 | ;; User level from which local users are allowed to HG teleport. Default 0 (all users) | 396 | ;; User level from which local users are allowed to HG teleport. Default 0 (all users) |
401 | ;LevelHGTeleport = 0 | 397 | ;LevelHGTeleport = 0 |
@@ -408,12 +404,10 @@ | |||
408 | ;; Comma-separated list of account names | 404 | ;; Comma-separated list of account names |
409 | AccountForAppearance = "Test User, Astronaut Smith" | 405 | AccountForAppearance = "Test User, Astronaut Smith" |
410 | 406 | ||
411 | ;; UserProfiles Service | ||
412 | ;; | ||
413 | ;; To use, set Enabled to true then configure for your site... | ||
414 | [UserProfilesService] | 407 | [UserProfilesService] |
415 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | 408 | ;; To use, set Enabled to true then configure for your site... |
416 | Enabled = false | 409 | Enabled = false |
410 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | ||
417 | 411 | ||
418 | ;; Configure this for separate databse | 412 | ;; Configure this for separate databse |
419 | ; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | 413 | ; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |