add auth migration
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 8s

This commit is contained in:
2026-03-16 21:49:12 -05:00
parent d8f64754b4
commit c19cd0c718
4 changed files with 92 additions and 1 deletions

View File

@@ -9,5 +9,10 @@
"DefaultConnection": "Host=agologum-net;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}"
},
"AllowedHosts": "*",
"https_port": 443
"https_port": 443,
"Jwt": {
"Key": "local_secret",
"Issuer": "agologum-api",
"Audience": "agologum-users"
}
}