21 lines
414 B
JSON
21 lines
414 B
JSON
{
|
|
"JwtConfig": {
|
|
"Issuer": "DeluxeBackend"
|
|
},
|
|
"DiscordToken": "YOUR-BOT-TOKEN",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://0.0.0.0:6700"
|
|
}
|
|
}
|
|
}
|
|
} |