Refactor app architecture and clean local artifacts

This commit is contained in:
AzuTear
2026-06-24 23:43:14 +02:00
parent 17134b3b82
commit fef1d36fe8
274 changed files with 37724 additions and 6065 deletions
+20 -1
View File
@@ -1,6 +1,25 @@
{
"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=postgres;Password=postgres"
"Postgres": "Host=localhost;Port=5433;Database=vtuber_star_awards_dev;Username=vtsa_dev;Password=change-me-local-only"
},
"SeedData": {
"Mode": "demo"
},
"DemoAdmin": {
"Enabled": true,
"Login": "jayuhime_admin",
"Email": "admin@example.local",
"Password": "change-me-for-demo",
"TwitchUserId": "jayuhime_admin",
"DisplayName": "Jayuhime Admin"
},
"Logging": {
"LogLevel": {