diff options
author | Melanie | 2013-02-28 21:20:07 +0000 |
---|---|---|
committer | Melanie | 2013-02-28 21:20:07 +0000 |
commit | eb9458fd7e3a9098712f501cdcf05d71f741ec14 (patch) | |
tree | 1a719b0d89f22cefd04866db162694d0eb724d8d /bin/config-include/GridCommon.ini.example | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Fix potential concurrency issue since the LSL notecard cache was not being ch... (diff) | |
download | opensim-SC-eb9458fd7e3a9098712f501cdcf05d71f741ec14.zip opensim-SC-eb9458fd7e3a9098712f501cdcf05d71f741ec14.tar.gz opensim-SC-eb9458fd7e3a9098712f501cdcf05d71f741ec14.tar.bz2 opensim-SC-eb9458fd7e3a9098712f501cdcf05d71f741ec14.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/Framework/Scenes/SceneManager.cs
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index e53fcca..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. |