clockwerk-opensim-stable – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 ; * Run
2 ; * $ Robust.exe -inifile Robust.ini
3 ; *
4  
5 ; * The startup section lists all the connectors to start up in this server
6 ; * instance. This may be only one, or it may be the entire server suite.
7 ; * Multiple connectors should be separated by commas.
8 ; *
9 ; * These are the IN connectors the server uses, the in connectors
10 ; * read this config file and load the needed service and database connectors
11 ; *
12 ; * The full syntax of a connector string is:
13 ; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
14 ; *
15 [Startup]
16 ; Place to create a PID file
17 ; If no path if specified then a PID file is not created.
18 ; PIDFile = "/tmp/my.pid"
19  
20 ; Plugin Registry Location
21 ; Set path to directory for plugin registry. Information
22 ; about the registered repositories and installed plugins
23 ; will be stored here
24 ; The Robust.exe process must have R/W access to the location
25 RegistryLocation = "."
26  
27 ; Modular configurations
28 ; Set path to directory for modular ini files...
29 ; The Robust.exe process must have R/W access to the location
30 ConfigDirectory = "."
31  
32 [ServiceList]
33 AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
34 InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"
35 ;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below)
36 ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
37 GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
38 GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
39 AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"
40 OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector"
41 AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector"
42 LLLoginServiceInConnector = "8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector"
43 PresenceServiceConnector = "8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector"
44 UserAccountServiceConnector = "8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector"
45 GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector"
46 FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
47 MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
48 MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
49 ;; Uncomment this if you want offline IM to work
50 ;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
51 ;; Uncomment this if you want Groups V2 to work
52 ;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
53  
54 ;; Uncomment for UserProfiles see [UserProfilesService] to configure...
55 ; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector"
56  
57 ; * This is common for all services, it's the network setup for the entire
58 ; * server instance, if none is specified above
59 ; *
60 [Network]
61 port = 8003
62  
63 ; HTTPS for "Out of band" management applications such as the remote admin
64 ; module. May specify https_main = True to make the main http server
65 ; use https or "False" to make the main server HTTP
66 ; https_main = False
67 ;
68 ; Create https_listener = "True" will create a listener on the port
69 ; specified. Provide the path to your server certificate along with it's
70 ; password
71 ; https_listener = False
72 ;
73 ; Set our listener to this port
74 ; https_port = 0
75 ;
76 ; Path to X509 certificate
77 ; cert_path = "path/to/cert.p12"
78 ;
79 ; Password for cert
80 ; cert_pass = "password"
81  
82  
83 ; * The following are for the remote console
84 ; * They have no effect for the local or basic console types
85 ; * Leave commented to diable logins to the console
86 ;ConsoleUser = Test
87 ;ConsolePass = secret
88 ;ConsolePort = 0
89  
90 [DatabaseService]
91 StorageProvider = "OpenSim.Data.MySQL.dll"
92 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
93  
94 ; * As an example, the below configuration precisely mimicks the legacy
95 ; * asset server. It is read by the asset IN connector (defined above)
96 ; * and it then loads the OUT connector (a local database module). That,
97 ; * in turn, reads the asset loader and database connection information
98 ; *
99 [AssetService]
100 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
101 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
102 AssetLoaderArgs = "./assets/AssetSets.xml"
103  
104 ; Allow maptile assets to remotely deleted by remote calls to the asset service.
105 ; There is no harm in having this as false - it just means that historical maptile assets are not deleted.
106 ; This only applies to maptiles served via the version 1 viewer mechanisms
107 ; Default is false
108 AllowRemoteDelete = false
109  
110 ; Allow all assets to be remotely deleted.
111 ; Only set this to true if you are operating a grid where you control all calls to the asset service
112 ; (where a necessary condition is that you control all simulators) and you need this for admin purposes.
113 ; If set to true, AllowRemoteDelete = true is required as well.
114 ; Default is false.
115 AllowRemoteDeleteAllTypes = false
116  
117 ; * This configuration loads the inventory server modules. It duplicates
118 ; * the function of the legacy inventory server
119 ; *
120 [InventoryService]
121 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
122  
123 ; * This is the new style grid service.
124 ; * "Realm" is the table that is used for user lookup.
125 ; * It defaults to "regions", which uses the legacy tables
126 ; *
127 [GridService]
128 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
129 ; Realm = "regions"
130 ; AllowDuplicateNames = "True"
131  
132 ;; Next, we can specify properties of regions, including default and fallback regions
133 ;; The syntax is: Region_<RegionName> = "<flags>"
134 ;; or: Region_<RegionID> = "<flags>"
135 ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
136 ;;
137 ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
138 ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
139 ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
140 ;; an explicit region.
141 ;;
142 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
143 ;; region will be used.
144 ;;
145 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
146 ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
147 ;;
148 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
149 ;;
150 ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
151 ;;
152 ;; Example specification:
153 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
154 ; (replace spaces with underscore)
155  
156 ; * This is the configuration for the freeswitch server in grid mode
157 [FreeswitchService]
158 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
159  
160 ;; The IP address of your FreeSWITCH server.
161 ;; This address must be reachable by viewers.
162 ; ServerAddress = 127.0.0.1
163  
164 ;; The following configuration parameters are optional
165  
166 ;; By default, this is the same as the ServerAddress
167 ; Realm = 127.0.0.1
168  
169 ;; By default, this is the same as the ServerAddress on port 5060
170 ; SIPProxy = 127.0.0.1:5060
171  
172 ;; Default is 5000ms
173 ; DefaultTimeout = 5000
174  
175 ;; The dial plan context. Default is "default"
176 ; Context = default
177  
178 ;; Currently unused
179 ; UserName = freeswitch
180  
181 ;; Currently unused
182 ; Password = password
183  
184 ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
185 ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
186 ;; stun.freeswitch.org is not guaranteed to be running so use it in
187 ;; production at your own risk
188 ; EchoServer = 127.0.0.1
189 ; EchoPort = 50505
190 ; AttemptSTUN = false
191  
192 ; * This is the new style authentication service. Currently, only MySQL
193 ; * is implemented.
194 ; *
195 [AuthenticationService]
196 ; for the server connector
197 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
198  
199 ;; Allow the service to process HTTP getauthinfo calls.
200 ;; Default is false.
201 ; AllowGetAuthInfo = false
202  
203 ;; Allow the service to process HTTP setauthinfo calls.
204 ;; Default is false.
205 ; AllowSetAuthInfo = false
206  
207 ;; Allow the service to process HTTP setpassword calls.
208 ;; Default is false.
209 ; AllowSetPassword = false
210  
211 [OpenIdService]
212 ; for the server connector
213 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
214 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
215  
216 ; * This is the new style authentication service. Currently, only MySQL
217 ; * is implemented. "Realm" is the table that is used for user lookup.
218 ; * It defaults to "useraccounts", which uses the new style.
219 ; * Realm = "users" will use the legacy tables as an authentication source
220 ; *
221 [UserAccountService]
222 ; for the server connector
223 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
224 ; Realm = "useraccounts"
225  
226 ; These are for creating new accounts by the service
227 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
228 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
229 GridService = "OpenSim.Services.GridService.dll:GridService"
230 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
231 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
232  
233 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
234 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
235 ;; Default is false
236 CreateDefaultAvatarEntries = true
237  
238 ;; Allow the service to process HTTP createuser calls.
239 ;; Default is false.
240 ; AllowCreateUser = false
241  
242 ;; Allow the service to process HTTP setaccount calls.
243 ;; Default is false.
244 ; AllowSetAccount = false
245  
246  
247 [GridUserService]
248 ; for the server connector
249 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
250  
251 [PresenceService]
252 ; for the server connector
253 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
254 ; Set this to true to allow the use of advanced web services and multiple
255 ; bots using one account
256 AllowDuplicatePresences = false;
257  
258 [AvatarService]
259 ; for the server connector
260 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
261  
262 [FriendsService]
263 ; for the server connector
264 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
265  
266 [LibraryService]
267 LibraryName = "OpenSim Library"
268 DefaultLibrary = "./inventory/Libraries.xml"
269  
270 [LoginService]
271 ; for the server connector
272 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
273 ; for the service
274 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
275 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
276 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
277 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
278 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
279 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
280 GridService = "OpenSim.Services.GridService.dll:GridService"
281 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
282 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
283 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
284  
285 ; The minimum user level required for a user to be able to login. 0 by default
286 ; If you disable a particular user's account then you can set their login level below this number.
287 ; You can also change this level from the console though these changes will not be persisted.
288 ; MinLoginLevel = 0
289  
290 ; Ask co-operative viewers to use a different currency name
291 ;Currency = ""
292  
293 ;; Set minimum fee to publish classified
294 ; ClassifiedFee = 0
295  
296 WelcomeMessage = "Welcome, Avatar!"
297 AllowRemoteSetLoginLevel = "false"
298  
299 ; For V2 map
300 MapTileURL = "http://127.0.0.1:8002";
301  
302 ; For V2/3 Web Profiles
303 ; Work in progress: The ProfileServerURL/OpenIDServerURL are
304 ; being used in a development viewer as support for webprofiles
305 ; is being developed across the componets
306 ;
307 ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
308 ;
309 ; For V2/V3 webapp authentication SSO
310 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
311  
312 ; For V3 destination guide
313 ; DestinationGuide = "http://127.0.0.1/guide"
314  
315 ; For V3 avatar picker (( work in progress ))
316 ; AvatarPicker = "http://127.0.0.1/avatars"
317  
318 ; If you run this login server behind a proxy, set this to true
319 ; HasProxy = false
320  
321 ;; Regular expressions for controlling which client versions are accepted/denied.
322 ;; An empty string means nothing is checked.
323 ;;
324 ;; Example 1: allow only these 3 types of clients (any version of them)
325 ;; AllowedClients = "Imprudence|Hippo|Second Life"
326 ;;
327 ;; Example 2: allow all clients except these
328 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
329 ;;
330 ;; Note that these are regular expressions, so every character counts.
331 ;; Also note that this is very weak security and should not be trusted as a reliable means
332 ;; for keeping bad clients out; modified clients can fake their identifiers.
333 ;;
334 ;;
335 ;AllowedClients = ""
336 ;DeniedClients = ""
337  
338 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
339 ;; Viewers do not listen to timezone sent by the server. They use Pacific Standard Time instead,
340 ;; but rely on the server to calculate Daylight Saving Time. Sending another DST than US Pacific
341 ;; would result in time inconsistencies between grids (during summer and around DST transition period)
342 ;; default let OpenSim calculate US Pacific DST
343 ;; "none" disable DST (equivallent to "local" with system set to GMT)
344 ;; "local" force legacy behaviour (using local system time to calculate DST)
345 ; DSTZone = "America/Los_Angeles;Pacific Standard Time"
346  
347 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
348 ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
349 ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
350 ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
351 ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
352 ;; Options are
353 ;; "none" no DST
354 ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
355 ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
356 ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
357 DSTZone = "America/Los_Angeles;Pacific Standard Time"
358  
359 [MapImageService]
360 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
361 ; Set this if you want to change the default
362 ; TilesStoragePath = "maptiles"
363 ;
364 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
365 ; you may want to set this. Otherwise, don't set it, because it's already protected.
366 ; GridService = "OpenSim.Services.GridService.dll:GridService"
367 ;
368 ; Additionally, if you run this server behind a proxy, set this to true
369 ; HasProxy = false
370  
371  
372 [Messaging]
373 ; OfflineIM
374 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
375  
376 [GridInfoService]
377 ; These settings are used to return information on a get_grid_info call.
378 ; Client launcher scripts and third-party clients make use of this to
379 ; autoconfigure the client and to provide a nice user experience. If you
380 ; want to facilitate that, you should configure the settings here according
381 ; to your grid or standalone setup.
382 ;
383 ; See http://opensimulator.org/wiki/GridInfo
384  
385 ; login uri: for grid this is the login server URI
386 login = http://127.0.0.1:8002/
387  
388 ; long grid name: the long name of your grid
389 gridname = "the lost continent of hippo"
390  
391 ; short grid name: the short name of your grid
392 gridnick = "hippogrid"
393  
394 ; login page: optional: if it exists it will be used to tell the client to use
395 ; this as splash page
396 ;welcome = http://127.0.0.1/welcome
397  
398 ; helper uri: optional: if it exists if will be used to tell the client to use
399 ; this for all economy related things
400 ;economy = http://127.0.0.1:9000/
401  
402 ; web page of grid: optional: page providing further information about your grid
403 ;about = http://127.0.0.1/about/
404  
405 ; account creation: optional: page providing further information about obtaining
406 ; a user account on your grid
407 ;register = http://127.0.0.1/register
408  
409 ; help: optional: page providing further assistance for users of your grid
410 ;help = http://127.0.0.1/help
411  
412 ; password help: optional: page providing password assistance for users of your grid
413 ;password = http://127.0.0.1/password
414  
415 [UserProfilesService]
416 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
417 Enabled = false
418 ;; Configure this for separate profiles database
419 ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
420 ;; Realm = UserProfiles
421 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
422 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
423  
424