aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients/Presence/OpenSim.Server.ini
blob: 8610c78a632cb10c5c6ec262789dbcc396614541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
; * Run a ROBUST server shell like this, from bin:
; * $ OpenSim.Server.exe -inifile ../OpenSim/Tests/Clients/Presence/OpenSim.Server.ini
; *
; * Then run this client like this, from bin:
; * $ OpenSim.Tests.Clients.PresenceClient.exe
; *
; *

[Startup]
ServiceConnectors = "OpenSim.Server.Handlers.dll:PresenceServiceConnector"

; * This is common for all services, it's the network setup for the entire
; * server instance
; *
[Network]
port = 8003

; * The following are for the remote console
; * They have no effect for the local or basic console types
; * Leave commented to diable logins to the console
;ConsoleUser = Test
;ConsolePass = secret

; * As an example, the below configuration precisely mimicks the legacy
; * asset server. It is read by the asset IN connector (defined above)
; * and it then loads the OUT connector (a local database module). That,
; * in turn, reads the asset loader and database connection information
; *
[PresenceService]
	LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
    StorageProvider = "OpenSim.Data.MySQL.dll"
    ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;Old Guids=true;"