From 67b0fcf806b0f246fd4386410d445b9ac3e29aea Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 31 Jan 2010 13:07:13 -0800 Subject: * Added OpenSim.Server.HG.ini as an add-on to OpenSim.Server.ini * Cleaned up standalone configs --- bin/config-include/StandaloneCommon.ini.example | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'bin/config-include/StandaloneCommon.ini.example') 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 @@ [LibraryModule] ; Set this if you want to change the name of the OpenSim Library - ;LibraryName = "My World's Library" \ No newline at end of file + ;LibraryName = "My World's Library" + +[LoginService] + DefaultRegion = "OpenSim Test" + WelcomeMessage = "Welcome, Avatar!" + + HomeURI = "http://127.0.0.1:9000" + GatekeeperURI = "http://127.0.0.1:9000" + InventoryServerURI = "http://127.0.0.1:9000" + AssetServerURI = "http://127.0.0.1:9000" + +[GatekeeperService] + ExternalName = "http://127.0.0.1:9000" -- cgit v1.1