diff options
author | Diva Canto | 2010-01-31 13:07:13 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-31 13:07:13 -0800 |
commit | 67b0fcf806b0f246fd4386410d445b9ac3e29aea (patch) | |
tree | e5fd7bc26531cf61ee6837d418f8c02b3a9709b1 /bin/config-include/StandaloneCommon.ini.example | |
parent | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot... (diff) | |
download | opensim-SC-67b0fcf806b0f246fd4386410d445b9ac3e29aea.zip opensim-SC-67b0fcf806b0f246fd4386410d445b9ac3e29aea.tar.gz opensim-SC-67b0fcf806b0f246fd4386410d445b9ac3e29aea.tar.bz2 opensim-SC-67b0fcf806b0f246fd4386410d445b9ac3e29aea.tar.xz |
* Added OpenSim.Server.HG.ini as an add-on to OpenSim.Server.ini
* Cleaned up standalone configs
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 0d54b4d..b4db6dc 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -47,4 +47,16 @@ | |||
47 | 47 | ||
48 | [LibraryModule] | 48 | [LibraryModule] |
49 | ; Set this if you want to change the name of the OpenSim Library | 49 | ; Set this if you want to change the name of the OpenSim Library |
50 | ;LibraryName = "My World's Library" \ No newline at end of file | 50 | ;LibraryName = "My World's Library" |
51 | |||
52 | [LoginService] | ||
53 | DefaultRegion = "OpenSim Test" | ||
54 | WelcomeMessage = "Welcome, Avatar!" | ||
55 | |||
56 | HomeURI = "http://127.0.0.1:9000" | ||
57 | GatekeeperURI = "http://127.0.0.1:9000" | ||
58 | InventoryServerURI = "http://127.0.0.1:9000" | ||
59 | AssetServerURI = "http://127.0.0.1:9000" | ||
60 | |||
61 | [GatekeeperService] | ||
62 | ExternalName = "http://127.0.0.1:9000" | ||