Files
vtuber-awards/Backend/appsettings.json
T
AzuTear 441ef2b850
CI - Build & Verify / Build, Typecheck & Hygiene (push) Successful in 59s
CI - Build & Verify / Deploy to award.noveria.net (push) Failing after 53s
Update release notes and deploy workspace
2026-06-29 17:49:54 +02:00

30 lines
515 B
JSON

{
"Frontend": {
"AllowedOrigins": []
},
"ConnectionStrings": {
"Postgres": ""
},
"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": "*"
}