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
+15 -1
View File
@@ -1,6 +1,20 @@
{
"Frontend": {
"AllowedOrigins": []
},
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5432;Database=vtuber_star_awards;Username=postgres;Password=postgres"
"Postgres": ""
},
"SeedData": {
"Mode": "none"
},
"DemoAdmin": {
"Enabled": false,
"Login": "",
"Email": "",
"Password": "",
"TwitchUserId": "jayuhime_admin",
"DisplayName": "Jayuhime Admin"
},
"Logging": {
"LogLevel": {