; 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 [Logging] ; The level to log things at. Valid settings: Verbose, Debug, Information, Warning, Error, Fatal LogEventLevel = Debug ; The URL to the Seq instance (optional) SeqLogUrl = http://localhost:5341 ; The Sentry DSN to log to (optional) SentryUrl = https://examplePublicKey@o0.ingest.sentry.io/0 ; Whether to trace performance with Sentry (optional) SentryTracing = true ; Percentage of performance traces to send to Sentry (optional). Defaults to 0.0 (no traces at all) SentryTracesSampleRate = 1.0 [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 [Jobs] ; The connection string for the Redis server. Redis = localhost:6379 ; The number of workers to use for background jobs. Defaults to 5. Workers = 5 [Storage] Endpoint = AccessKey = SecretKey = Bucket = pronounscc [DiscordAuth] ClientId = ClientSecret =