aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-20 18:25:44 +0100
committerJustin Clark-Casey (justincc)2010-08-20 18:25:44 +0100
commita87840bd1c60cc8b587245d89e77a52cd8eccf08 (patch)
tree0cb9fe2e45dac7ad7d98a4da79f6a3db6f93b8e9 /bin/Robust.ini.example
parentRobust.ini.example and Robust.HG.ini.example default: corrected comment about... (diff)
downloadopensim-SC_OLD-a87840bd1c60cc8b587245d89e77a52cd8eccf08.zip
opensim-SC_OLD-a87840bd1c60cc8b587245d89e77a52cd8eccf08.tar.gz
opensim-SC_OLD-a87840bd1c60cc8b587245d89e77a52cd8eccf08.tar.bz2
opensim-SC_OLD-a87840bd1c60cc8b587245d89e77a52cd8eccf08.tar.xz
Make some small corrections to ini.example file changes. These are not functional changes.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example16
1 files changed, 6 insertions, 10 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index a940cc8..0353eec 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -1,6 +1,7 @@
1; * Run 1; * Run
2; * $ Robust.exe -inifile Robust.ini 2; * $ Robust.exe -inifile Robust.ini
3; * 3; *
4
4; * The startup section lists all the connectors to start up in this server 5; * The startup section lists all the connectors to start up in this server
5; * instance. This may be only one, or it may be the entire server suite. 6; * instance. This may be only one, or it may be the entire server suite.
6; * Multiple connectors should be separated by commas. 7; * Multiple connectors should be separated by commas.
@@ -9,11 +10,9 @@
9; * read this config file and load the needed service and database connectors 10; * read this config file and load the needed service and database connectors
10; * 11; *
11; * The full syntax of a connector string is: 12; * The full syntax of a connector string is:
12; * [[<ConfigName>@]<port>/]<class name>[:<dll name>] 13; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
13; * 14; *
14
15[Startup] 15[Startup]
16
17ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" 16ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
18 17
19; * This is common for all services, it's the network setup for the entire 18; * This is common for all services, it's the network setup for the entire
@@ -58,6 +57,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
58 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 57 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
59 ; Realm = "regions" 58 ; Realm = "regions"
60 ; AllowDuplicateNames = "True" 59 ; AllowDuplicateNames = "True"
60 ; Check4096 = "False"
61
61 ;; Next, we can specify properties of regions, including default and fallback regions 62 ;; Next, we can specify properties of regions, including default and fallback regions
62 ;; The syntax is: Region_<RegionName> = "<flags>" 63 ;; The syntax is: Region_<RegionName> = "<flags>"
63 ;; or: Region_<RegionID> = "<flags>" 64 ;; or: Region_<RegionID> = "<flags>"
@@ -93,7 +94,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
93 ; for the server connector 94 ; for the server connector
94 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 95 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
95 ; Realm = "useraccounts" 96 ; Realm = "useraccounts"
96 ;; These are for creating new accounts by the service 97
98 ; These are for creating new accounts by the service
97 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 99 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
98 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 100 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
99 GridService = "OpenSim.Services.GridService.dll:GridService" 101 GridService = "OpenSim.Services.GridService.dll:GridService"
@@ -161,27 +163,21 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
161 163
162 ; login page: optional: if it exists it will be used to tell the client to use 164 ; login page: optional: if it exists it will be used to tell the client to use
163 ; this as splash page 165 ; this as splash page
164 ; currently unused
165 ;welcome = http://127.0.0.1/welcome 166 ;welcome = http://127.0.0.1/welcome
166 167
167 ; helper uri: optional: if it exists if will be used to tell the client to use 168 ; helper uri: optional: if it exists if will be used to tell the client to use
168 ; this for all economy related things 169 ; this for all economy related things
169 ; currently unused
170 ;economy = http://127.0.0.1:9000/ 170 ;economy = http://127.0.0.1:9000/
171 171
172 ; web page of grid: optional: page providing further information about your grid 172 ; web page of grid: optional: page providing further information about your grid
173 ; currently unused
174 ;about = http://127.0.0.1/about/ 173 ;about = http://127.0.0.1/about/
175 174
176 ; account creation: optional: page providing further information about obtaining 175 ; account creation: optional: page providing further information about obtaining
177 ; a user account on your grid 176 ; a user account on your grid
178 ; currently unused
179 ;register = http://127.0.0.1/register 177 ;register = http://127.0.0.1/register
180 178
181 ; help: optional: page providing further assistance for users of your grid 179 ; help: optional: page providing further assistance for users of your grid
182 ; currently unused
183 ;help = http://127.0.0.1/help 180 ;help = http://127.0.0.1/help
184 181
185 ; password help: optional: page providing password assistance for users of your grid 182 ; password help: optional: page providing password assistance for users of your grid
186 ; currently unused
187 ;password = http://127.0.0.1/password 183 ;password = http://127.0.0.1/password