16 lines
457 B
INI
16 lines
457 B
INI
|
Host = localhost
|
||
|
Port = 7610
|
||
|
Domain = chat.fox.localhost
|
||
|
|
||
|
; The level to log things at. Valid settings: Verbose, Debug, Information, Warning, Error, Fatal
|
||
|
LogEventLevel = Debug
|
||
|
|
||
|
[Database]
|
||
|
; The database URL in ADO.NET format.
|
||
|
Url = "Host=localhost;Database=foxchat_cs_chat;Username=foxchat;Password=password"
|
||
|
|
||
|
; The timeout for opening new connections. Defaults to 5.
|
||
|
Timeout = 5
|
||
|
; The maximum number of open connections. Defaults to 50.
|
||
|
MaxPoolSize = 500
|