15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
[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;"
|