Add remaining project files
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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:5030"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user