33 lines
555 B
JSON
33 lines
555 B
JSON
{
|
|
"Frontend": {
|
|
"AllowedOrigins": []
|
|
},
|
|
"ConnectionStrings": {
|
|
"Postgres": ""
|
|
},
|
|
"SeedData": {
|
|
"Mode": "none"
|
|
},
|
|
"DemoAdmin": {
|
|
"Enabled": false,
|
|
"Login": "",
|
|
"Email": "",
|
|
"Password": "",
|
|
"TwitchUserId": "jayuhime_admin",
|
|
"DisplayName": "Jayuhime Admin"
|
|
},
|
|
"TwitchAuth": {
|
|
"ClientId": "",
|
|
"ClientSecret": "",
|
|
"RedirectUri": "",
|
|
"Scope": ""
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|