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.
|
2024-06-04 17:38:59 +02:00
|
|
|
MaxPoolSize = 50
|
2024-06-12 03:47:20 +02:00
|
|
|
|
|
|
|
[DiscordAuth]
|
|
|
|
ClientId = <clientIdHere>
|
|
|
|
ClientSecret = <clientSecretHere>
|