diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 79f7ed6..d12ea5b 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -26,6 +26,26 @@ | |||
26 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | 26 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" |
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] | ||
30 | ; Uncomment the variables in this section only if you are in | ||
31 | ; Hypergrid configuration. Otherwise, ignore. | ||
32 | |||
33 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
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 | ||
36 | ;; runs the UserAgentsService. | ||
37 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
38 | ;; This is a default that can be overwritten in some sections. | ||
39 | ; HomeURI = "http://127.0.0.1:9000" | ||
40 | |||
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. | ||
43 | ;; If this is a grided simulator, this is the address of the external robust server | ||
44 | ;; that runs the Gatekeeper service. | ||
45 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
46 | ;; This is a default that can be overwritten in some sections. | ||
47 | ; GatekeeperURI = "http://127.0.0.1:9000" | ||
48 | |||
29 | [Modules] | 49 | [Modules] |
30 | ;; 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. |
31 | ;; Copy the config .example file into your own .ini file and adapt that. | 51 | ;; Copy the config .example file into your own .ini file and adapt that. |
@@ -137,6 +157,11 @@ | |||
137 | ;; 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. |
138 | ; OutboundPermission = False | 158 | ; OutboundPermission = False |
139 | 159 | ||
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. | ||
162 | ;RestrictInventoryAccessAbroad = True | ||
163 | |||
164 | |||
140 | [HGAssetService] | 165 | [HGAssetService] |
141 | ; | 166 | ; |
142 | ; === HG ONLY === | 167 | ; === HG ONLY === |