Files
agologum/api/appsettings.json
Blitblank c19cd0c718
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s
add auth migration
2026-03-16 21:49:12 -05:00

19 lines
420 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=agologum-net;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}"
},
"AllowedHosts": "*",
"https_port": 443,
"Jwt": {
"Key": "local_secret",
"Issuer": "agologum-api",
"Audience": "agologum-users"
}
}