Files
vtuber-awards/Backend/appsettings.Development.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

34 lines
774 B
JSON

{
"Frontend": {
"AllowedOrigins": [
"http://localhost:5173",
"http://127.0.0.1:5173",
"http://localhost:4173",
"http://127.0.0.1:4173"
]
},
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5433;Database=vtuber_star_awards_dev;Username=vtsa_dev;Password=change-me-local-only"
},
"DemoAdmin": {
"Enabled": true,
"Login": "jayuhime_admin",
"Email": "admin@example.local",
"Password": "change-me-for-demo",
"TwitchUserId": "jayuhime_admin",
"DisplayName": "Jayuhime Admin"
},
"TwitchAuth": {
"ClientId": "",
"ClientSecret": "",
"RedirectUri": "",
"Scope": ""
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}