qtc-net-server/qtc-net-server/appsettings.json
2025-06-15 14:58:12 -07:00

19 lines
382 B
JSON

{
"Jwt": {
"Key": "bgpLLhY2L2UeZN3sj6WwSzScFmY3JgWfs33ZEJNcaPzC2TEnfZz",
"Issuer": "http://localhost",
"Audience": "http://localhost",
"DefaultUserRole": "User"
},
"GeneralConfig": {
"CDNPath": "./user-content"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}