diff options
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 83 |
1 files changed, 41 insertions, 42 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 920a691..0a69dbf 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -27,24 +27,24 @@ | |||
27 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | 27 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" |
28 | 28 | ||
29 | [Hypergrid] | 29 | [Hypergrid] |
30 | ; Uncomment the variables in this section only if you are in | 30 | ; Uncomment the variables in this section only if you are in |
31 | ; Hypergrid configuration. Otherwise, ignore. | 31 | ; Hypergrid configuration. Otherwise, ignore. |
32 | 32 | ||
33 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | 33 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} |
34 | ;; If this is a standalone world, this is the address of this instance. | 34 | ;; If this is a standalone world, this is the address of this instance. |
35 | ;; If this is a grided simulator, this is the address of the external robust server that | 35 | ;; If this is a grided simulator, this is the address of the external robust server that |
36 | ;; runs the UserAgentsService. | 36 | ;; runs the UserAgentsService. |
37 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | 37 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 |
38 | ;; This is a default that can be overwritten in some sections. | 38 | ;; This is a default that can be overwritten in some sections. |
39 | ; HomeURI = "http://127.0.0.1:9000" | 39 | ; HomeURI = "http://127.0.0.1:9000" |
40 | 40 | ||
41 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | 41 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} |
42 | ;; If this is a standalone world, this is the address of this instance. | 42 | ;; If this is a standalone world, this is the address of this instance. |
43 | ;; If this is a grided simulator, this is the address of the external robust server | 43 | ;; If this is a grided simulator, this is the address of the external robust server |
44 | ;; that runs the Gatekeeper service. | 44 | ;; that runs the Gatekeeper service. |
45 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | 45 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 |
46 | ;; This is a default that can be overwritten in some sections. | 46 | ;; This is a default that can be overwritten in some sections. |
47 | ; GatekeeperURI = "http://127.0.0.1:9000" | 47 | ; GatekeeperURI = "http://127.0.0.1:9000" |
48 | 48 | ||
49 | [Modules] | 49 | [Modules] |
50 | ;; Choose one cache module and the corresponding config file, if it exists. | 50 | ;; Choose one cache module and the corresponding config file, if it exists. |
@@ -81,10 +81,10 @@ | |||
81 | InventoryServerURI = "http://mygridserver.com:8003" | 81 | InventoryServerURI = "http://mygridserver.com:8003" |
82 | 82 | ||
83 | [GridInfo] | 83 | [GridInfo] |
84 | ; | 84 | ; |
85 | ; Change this to your grid info service | 85 | ; Change this to your grid info service |
86 | ; | 86 | ; |
87 | GridInfoURI = "http://mygridserver.com:8002" | 87 | GridInfoURI = "http://mygridserver.com:8002" |
88 | 88 | ||
89 | [GridService] | 89 | [GridService] |
90 | ; | 90 | ; |
@@ -157,9 +157,9 @@ | |||
157 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 157 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
158 | ; OutboundPermission = False | 158 | ; OutboundPermission = False |
159 | 159 | ||
160 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling | 160 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling |
161 | ;; and available when they return. True by default. | 161 | ;; and available when they return. True by default. |
162 | ;RestrictInventoryAccessAbroad = True | 162 | ;RestrictInventoryAccessAbroad = True |
163 | 163 | ||
164 | 164 | ||
165 | [HGAssetService] | 165 | [HGAssetService] |
@@ -171,14 +171,14 @@ | |||
171 | HomeURI = "http://mygridserver.com:8002" | 171 | HomeURI = "http://mygridserver.com:8002" |
172 | 172 | ||
173 | ;; The asset types that this grid can export to / import from other grids. | 173 | ;; The asset types that this grid can export to / import from other grids. |
174 | ;; Comma separated. | 174 | ;; Comma separated. |
175 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: | 175 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: |
176 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, | 176 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, |
177 | ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh | 177 | ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh |
178 | ;; | 178 | ;; |
179 | ;; Leave blank or commented if you don't want to apply any restrictions. | 179 | ;; Leave blank or commented if you don't want to apply any restrictions. |
180 | ;; A more strict, but still reasonable, policy may be to disallow the exchange | 180 | ;; A more strict, but still reasonable, policy may be to disallow the exchange |
181 | ;; of scripts, like so: | 181 | ;; of scripts, like so: |
182 | ; DisallowExport ="LSLText" | 182 | ; DisallowExport ="LSLText" |
183 | ; DisallowImport ="LSLBytecode" | 183 | ; DisallowImport ="LSLBytecode" |
184 | 184 | ||
@@ -197,20 +197,19 @@ | |||
197 | MapImageServerURI = "http://mygridserver.com:8003" | 197 | MapImageServerURI = "http://mygridserver.com:8003" |
198 | 198 | ||
199 | [AuthorizationService] | 199 | [AuthorizationService] |
200 | ; If you have regions with access restrictions | 200 | ; If you have regions with access restrictions |
201 | ; specify them here using the convention | 201 | ; specify them here using the convention |
202 | ; Region_<Region_Name> = <flags> | 202 | ; Region_<Region_Name> = <flags> |
203 | ; Valid flags are: | 203 | ; Valid flags are: |
204 | ; DisallowForeigners -- HG visitors not allowed | 204 | ; DisallowForeigners -- HG visitors not allowed |
205 | ; DisallowResidents -- only Admins and Managers allowed | 205 | ; DisallowResidents -- only Admins and Managers allowed |
206 | ; Example: | 206 | ; Example: |
207 | ; Region_Test_1 = "DisallowForeigners" | 207 | ; Region_Test_1 = "DisallowForeigners" |
208 | |||
209 | 208 | ||
210 | ;; Uncomment if you are using SimianGrid for grid services | 209 | ;; Uncomment if you are using SimianGrid for grid services |
211 | [SimianGrid] | 210 | [SimianGrid] |
212 | ;; SimianGrid services URL | 211 | ;; SimianGrid services URL |
213 | ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/" | 212 | ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/" |
214 | 213 | ||
215 | ;; Capability assigned by the grid administrator for the simulator | 214 | ;; Capability assigned by the grid administrator for the simulator |
216 | ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000" \ No newline at end of file | 215 | ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000" |