Files
VORTEX-REC-LEAK/appsettings.Development.json
2026-07-23 18:21:43 -07:00

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"
}
}
}
}