diff options
author | Justin Clark-Casey (justincc) | 2015-01-21 00:54:13 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-21 00:54:13 +0000 |
commit | d9bfc710c09d9a897657dd9c0286a064e7413cc6 (patch) | |
tree | 99a2c479b7c066c2b6f9f6021a026bf7a84dd4b7 /bin/config-include/StandaloneCommon.ini.example | |
parent | minor: Comment out log line for the SimulatorFeatures cap request for now to ... (diff) | |
download | opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.zip opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.gz opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.bz2 opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.xz |
Replace the tabs that have crept into isolated places in config and config example files with spaces
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index edccf23..a11a931 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -271,24 +271,24 @@ | |||
271 | ; uas = ${Const|BaseURL}:${Const|PublicPort}/ | 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 |
275 | ; TilesStoragePath = "maptiles" | 275 | ; TilesStoragePath = "maptiles" |
276 | 276 | ||
277 | [AuthorizationService] | 277 | [AuthorizationService] |
278 | ; If you have regions with access restrictions | 278 | ; If you have regions with access restrictions |
279 | ; specify them here using the convention | 279 | ; specify them here using the convention |
280 | ; Region_<Region_Name> = <flags> | 280 | ; Region_<Region_Name> = <flags> |
281 | ; Valid flags are: | 281 | ; Valid flags are: |
282 | ; DisallowForeigners -- HG visitors not allowed | 282 | ; DisallowForeigners -- HG visitors not allowed |
283 | ; DisallowResidents -- only Admins and Managers allowed | 283 | ; DisallowResidents -- only Admins and Managers allowed |
284 | ; Example: | 284 | ; Example: |
285 | ; Region_Test_1 = "DisallowForeigners" | 285 | ; Region_Test_1 = "DisallowForeigners" |
286 | 286 | ||
287 | ;; | 287 | ;; |
288 | ;; HG configurations | 288 | ;; HG configurations |
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 = "${Const|BaseURL}:${Const|PublicPort}" | 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? |
@@ -344,11 +344,11 @@ | |||
344 | ;; Leave blank or commented for no exceptions. | 344 | ;; Leave blank or commented for no exceptions. |
345 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" | 345 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" |
346 | 346 | ||
347 | ;; This variable controls what is exposed to profiles of local users | 347 | ;; This variable controls what is exposed to profiles of local users |
348 | ;; as seen from outside of this grid. Leave it uncommented for exposing | 348 | ;; as seen from outside of this grid. Leave it uncommented for exposing |
349 | ;; UserTitle, UserFlags and the creation date. Uncomment and change to False | 349 | ;; UserTitle, UserFlags and the creation date. Uncomment and change to False |
350 | ;; to block this info from being exposed. | 350 | ;; to block this info from being exposed. |
351 | ; ShowUserDetailsInHGProfile = True | 351 | ; ShowUserDetailsInHGProfile = True |
352 | 352 | ||
353 | 353 | ||
354 | [HGInventoryService] | 354 | [HGInventoryService] |