This commit is contained in:
2026-01-03 12:17:57 -05:00
parent 062a31502f
commit 4a60a8bc95
2 changed files with 12 additions and 1 deletions

View File

@@ -5,7 +5,12 @@
"httpPort": 3000,
"addons": {
"localstorage": {},
"postgresql": {}
"postgresql": {},
"oidc": {
"loginRedirectUri": "/api/oauth/openid",
"logoutRedirectUri": "/",
"tokenSignatureAlgorithm": "RS256"
}
},
"manifestVersion": 2
}