aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Servers.UserServer.ini.example
blob: 508cde1b21078485c939f50572f5c832e84d40f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Startup]
; These are also available as command line options

; console = "local" ; Use "basic" to use this on a pipe
; inifile = "OpenSim.Servers.UserServer.ini"
; logfile = "UserServer.log" ; Also read from application config file

[Network]
port = 8002

[UserService]
LocalServiceModule = "OpenSim.Services.UserService.dll:UserService"
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"