Fix addon manifest format

This commit is contained in:
Your Name
2025-11-13 21:01:32 -06:00
parent e33b7ec168
commit d0f2555880

View File

@@ -12,14 +12,14 @@
"httpPort": 3000,
"healthCheckPath": "/healthz",
"memoryLimit": 536870912,
"addons": [
"postgresql",
"mysql",
"mongodb",
"redis",
"localstorage",
"sendmail"
],
"addons": {
"postgresql": {},
"mysql": {},
"mongodb": {},
"redis": {},
"localstorage": {},
"sendmail": {}
},
"auth": {
"type": "oidc"
},