20 lines
574 B
INI
20 lines
574 B
INI
Host = localhost
|
|
Port = 7611
|
|
Domain = id.fox.localhost
|
|
|
|
[Database]
|
|
; The database URL in ADO.NET format.
|
|
Url = "Host=localhost;Database=foxchat_cs_ident;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
|
|
|
|
[Logging]
|
|
; The level to log things at. Valid settings: Verbose, Debug, Information, Warning, Error, Fatal
|
|
LogEventLevel = Debug
|
|
; Whether to log SQL queries.
|
|
LogQueries = true
|
|
; Optional logging to Seq
|
|
SeqLogUrl = http://localhost:5341
|