add redis and cache

This commit is contained in:
2026-01-03 15:48:16 -05:00
parent 7cce873fc6
commit ee64902a06
2 changed files with 8 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 3000,
"memoryLimit": 1048576000,
"addons": {
"localstorage": {},
"postgresql": {},
@@ -10,7 +11,8 @@
"loginRedirectUri": "/api/oauth/openid",
"logoutRedirectUri": "/",
"tokenSignatureAlgorithm": "RS256"
}
},
"redis": { "noPassword": true }
},
"manifestVersion": 2
}