Files
server/extra/admin-api/Spacebar.UApi/appsettings.Development.json
2026-02-20 03:20:33 +01:00

21 lines
532 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5433; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"
},
"Spacebar": {
"Authentication": {
"PublicKeyPath": "../../../jwt.key.pub",
"PrivateKeyPath": "../../../jwt.key"
},
"UApi":{
"FallbackApiEndpoint": "http://localhost:3113"
}
}
}