21 lines
601 B
INI
21 lines
601 B
INI
|
; The host the server will listen on
|
||
|
Host = localhost
|
||
|
; The port the server will listen on
|
||
|
Port = 5000
|
||
|
; The base *external* URL
|
||
|
BaseUrl = https://pronouns.localhost
|
||
|
|
||
|
; The level to log things at. Valid settings: Verbose, Debug, Information, Warning, Error, Fatal
|
||
|
LogEventLevel = Verbose
|
||
|
|
||
|
SeqLogUrl = http://localhost:5341
|
||
|
|
||
|
[Database]
|
||
|
; The database URL in ADO.NET format.
|
||
|
Url = "Host=localhost;Database=foxnouns_net;Username=pronouns;Password=pronouns"
|
||
|
|
||
|
; The timeout for opening new connections. Defaults to 5.
|
||
|
Timeout = 5
|
||
|
; The maximum number of open connections. Defaults to 50.
|
||
|
MaxPoolSize = 500
|