diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index aee3d5f..e93ce3c 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -105,7 +105,7 @@ | |||
105 | 105 | ||
106 | ; === HG ONLY === | 106 | ; === HG ONLY === |
107 | ;; Change this to the address of your Gatekeeper service | 107 | ;; Change this to the address of your Gatekeeper service |
108 | ;; (usually bundled with the rest of the services in one | 108 | ;; (usually bundled with the rest of the services in one |
109 | ;; Robust server in port ${Const|PublicPort}, but not always) | 109 | ;; Robust server in port ${Const|PublicPort}, but not always) |
110 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" | 110 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" |
111 | 111 | ||
@@ -122,7 +122,7 @@ | |||
122 | [Messaging] | 122 | [Messaging] |
123 | ; === HG ONLY === | 123 | ; === HG ONLY === |
124 | ;; Change this to the address of your Gatekeeper service | 124 | ;; Change this to the address of your Gatekeeper service |
125 | ;; (usually bundled with the rest of the services in one | 125 | ;; (usually bundled with the rest of the services in one |
126 | ;; Robust server in port ${Const|PublicPort}, but not always) | 126 | ;; Robust server in port ${Const|PublicPort}, but not always) |
127 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" | 127 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" |
128 | 128 | ||
@@ -171,7 +171,7 @@ | |||
171 | [HGInventoryAccessModule] | 171 | [HGInventoryAccessModule] |
172 | ; | 172 | ; |
173 | ; === HG ONLY === | 173 | ; === HG ONLY === |
174 | ; Change this to your server | 174 | ; Change this to your server |
175 | ; accessible from other grids | 175 | ; accessible from other grids |
176 | ; | 176 | ; |
177 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 177 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
@@ -187,7 +187,7 @@ | |||
187 | 187 | ||
188 | ;; Warning: advanced and unusual. Default is false. | 188 | ;; Warning: advanced and unusual. Default is false. |
189 | ;; Enables configurations where grids share user services, including inventory, | 189 | ;; Enables configurations where grids share user services, including inventory, |
190 | ;; while separating regions' assets from users' assets. Asset transfer between | 190 | ;; while separating regions' assets from users' assets. Asset transfer between |
191 | ;; the users' asset server and the regions' asset server is done in HG-like manner. | 191 | ;; the users' asset server and the regions' asset server is done in HG-like manner. |
192 | ; CheckSeparateAssets = false | 192 | ; CheckSeparateAssets = false |
193 | ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} | 193 | ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} |
@@ -196,7 +196,7 @@ | |||
196 | [HGAssetService] | 196 | [HGAssetService] |
197 | ; | 197 | ; |
198 | ; === HG ONLY === | 198 | ; === HG ONLY === |
199 | ; Change this to your server | 199 | ; Change this to your server |
200 | ; accessible from other grids | 200 | ; accessible from other grids |
201 | ; | 201 | ; |
202 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 202 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
@@ -204,11 +204,11 @@ | |||
204 | ;; The asset types that this grid can export to / import from other grids. | 204 | ;; The asset types that this grid can export to / import from other grids. |
205 | ;; Comma separated. | 205 | ;; Comma separated. |
206 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: | 206 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: |
207 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, | 207 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, |
208 | ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh | 208 | ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh |
209 | ;; | 209 | ;; |
210 | ;; Leave blank or commented if you don't want to apply any restrictions. | 210 | ;; Leave blank or commented if you don't want to apply any restrictions. |
211 | ;; A more strict, but still reasonable, policy may be to disallow the exchange | 211 | ;; A more strict, but still reasonable, policy may be to disallow the exchange |
212 | ;; of scripts, like so: | 212 | ;; of scripts, like so: |
213 | ; DisallowExport ="LSLText" | 213 | ; DisallowExport ="LSLText" |
214 | ; DisallowImport ="LSLBytecode" | 214 | ; DisallowImport ="LSLBytecode" |