diff options
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 3129078..f80044e 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -27,6 +27,27 @@ | |||
27 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | 27 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" |
28 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | 28 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" |
29 | 29 | ||
30 | [Hypergrid] | ||
31 | ; Uncomment the variables in this section only if you are in | ||
32 | ; Hypergrid configuration. Otherwise, ignore. | ||
33 | |||
34 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
35 | ;; If this is a standalone world, this is the address of this instance. | ||
36 | ;; If this is a grided simulator, this is the address of the external robust server that | ||
37 | ;; runs the UserAgentsService. | ||
38 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
39 | ;; This is a default that can be overwritten in some sections. | ||
40 | ; HomeURI = "http://127.0.0.1:9000" | ||
41 | |||
42 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
43 | ;; If this is a standalone world, this is the address of this instance. | ||
44 | ;; If this is a grided simulator, this is the address of the external robust server | ||
45 | ;; that runs the Gatekeeper service. | ||
46 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
47 | ;; This is a default that can be overwritten in some sections. | ||
48 | ; GatekeeperURI = "http://127.0.0.1:9000" | ||
49 | |||
50 | |||
30 | [Modules] | 51 | [Modules] |
31 | ;; Choose one cache module and the corresponding config file, if it exists. | 52 | ;; Choose one cache module and the corresponding config file, if it exists. |
32 | ;; Copy the config .example file into your own .ini file and alter that | 53 | ;; Copy the config .example file into your own .ini file and alter that |