diff options
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 2f39218..4c734a1 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -44,6 +44,7 @@ | |||
44 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" | 44 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" |
45 | 45 | ||
46 | [AssetService] | 46 | [AssetService] |
47 | StorageProvider = "OpenSim.Data.MySQL.dll:MySQLAssetData" | ||
47 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 48 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
48 | AssetLoaderArgs = "assets/AssetSets.xml" | 49 | AssetLoaderArgs = "assets/AssetSets.xml" |
49 | 50 | ||
@@ -231,3 +232,13 @@ | |||
231 | [MapImageService] | 232 | [MapImageService] |
232 | ; Set this if you want to change the default | 233 | ; Set this if you want to change the default |
233 | ; TilesStoragePath = "maptiles" | 234 | ; TilesStoragePath = "maptiles" |
235 | |||
236 | [AuthorizationService] | ||
237 | ; If you have regions with access restrictions | ||
238 | ; specify them here using the convention | ||
239 | ; Region_<Region_Name> = <flags> | ||
240 | ; Valid flags are: | ||
241 | ; DisallowForeigners -- HG visitors not allowed | ||
242 | ; DisallowResidents -- only Admins and Managers allowed | ||
243 | ; Example: | ||
244 | ; Region_Test_1 = "DisallowForeigners" \ No newline at end of file | ||