Refactor app architecture and clean local artifacts
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user