Update ini examples

0.6.5-rc1
Melanie Thielker 2009-05-13 14:32:00 +00:00
parent 1196f3eac7
commit f5dcfaa726
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
[Startup]
; These are also available as command line options
; console = "local" ; Use "basic" to use this on a pipe
; inifile = "OpenSim.Servers.AssetServer.ini"
; logfile = "AssetServer.log" ; Also read from application config file
[Network]
port = 8003

View File

@ -1,3 +1,10 @@
[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