31 lines
708 B
JSON
31 lines
708 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"
|
|
},
|
|
"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": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|