Foxnouns.NET/Foxnouns.Backend/config.ini

21 lines
600 B
INI
Raw Normal View History

2024-05-27 15:53:54 +02:00
; 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 = 50