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/GridCommon.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 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 8dc3a73..4486f31 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -109,14 +109,14 @@ | |||
109 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" | 109 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" |
110 | 110 | ||
111 | [EstateDataStore] | 111 | [EstateDataStore] |
112 | ; | 112 | ; |
113 | ; Uncomment if you want centralized estate data at robust server, | 113 | ; Uncomment if you want centralized estate data at robust server, |
114 | ; in which case the URL in [EstateService] will be used | 114 | ; in which case the URL in [EstateService] will be used |
115 | ; | 115 | ; |
116 | ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector" | 116 | ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector" |
117 | 117 | ||
118 | [EstateService] | 118 | [EstateService] |
119 | EstateServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | 119 | EstateServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
120 | 120 | ||
121 | [Messaging] | 121 | [Messaging] |
122 | ; === HG ONLY === | 122 | ; === HG ONLY === |
@@ -171,17 +171,17 @@ | |||
171 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" | 171 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" |
172 | ;; If you want to protect your assets from being copied by foreign visitors | 172 | ;; If you want to protect your assets from being copied by foreign visitors |
173 | ;; set this to false. You may want to do this on sims that have licensed content. | 173 | ;; set this to false. You may want to do this on sims that have licensed content. |
174 | ;; Default is true. | 174 | ;; Default is true. |
175 | ; OutboundPermission = True | 175 | ; OutboundPermission = True |
176 | 176 | ||
177 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling | 177 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling |
178 | ;; and available when they return. True by default. | 178 | ;; and available when they return. True by default. |
179 | ;RestrictInventoryAccessAbroad = True | 179 | ;RestrictInventoryAccessAbroad = True |
180 | 180 | ||
181 | ;; Warning: advanced and unusual. Default is false. | 181 | ;; Warning: advanced and unusual. Default is false. |
182 | ;; Enables configurations where grids share user services, including inventory, | 182 | ;; Enables configurations where grids share user services, including inventory, |
183 | ;; while separating regions' assets from users' assets. Asset transfer between | 183 | ;; while separating regions' assets from users' assets. Asset transfer between |
184 | ;; the users' asset server and the regions' asset server is done in HG-like manner. | 184 | ;; the users' asset server and the regions' asset server is done in HG-like manner. |
185 | ; CheckSeparateAssets = false | 185 | ; CheckSeparateAssets = false |
186 | ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} | 186 | ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} |
187 | 187 | ||
@@ -218,7 +218,7 @@ | |||
218 | UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 218 | UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
219 | 219 | ||
220 | [MapImageService] | 220 | [MapImageService] |
221 | MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | 221 | MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
222 | 222 | ||
223 | [AuthorizationService] | 223 | [AuthorizationService] |
224 | ; If you have regions with access restrictions | 224 | ; If you have regions with access restrictions |