aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example14
-rw-r--r--bin/config-include/StandaloneHypergrid.ini9
2 files changed, 13 insertions, 10 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"
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 63ea832..06f1898 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -86,14 +86,6 @@
86 GridService = "OpenSim.Services.GridService.dll:GridService" 86 GridService = "OpenSim.Services.GridService.dll:GridService"
87 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 87 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
88 88
89 DefaultRegion = "OpenSim Test"
90 WelcomeMessage = "Welcome, Avatar!"
91
92 HomeURI = "http://127.0.0.1:9000"
93 GatekeeperURI = "http://127.0.0.1:9000"
94 InventoryServerURI = "http://127.0.0.1:9000"
95 AssetServerURI = "http://127.0.0.1:9000"
96
97[GatekeeperService] 89[GatekeeperService]
98 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" 90 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
99 ;; for the service 91 ;; for the service
@@ -103,7 +95,6 @@
103 GridService = "OpenSim.Services.GridService.dll:GridService" 95 GridService = "OpenSim.Services.GridService.dll:GridService"
104 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" 96 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
105 ; how does the outside world reach me? This acts as public key too. 97 ; how does the outside world reach me? This acts as public key too.
106 ExternalName = "http://127.0.0.1:9000"
107 98
108[UserAgentService] 99[UserAgentService]
109 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" 100 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"