diff options
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" | ||