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, "httpPort": 3000,
"healthCheckPath": "/healthz", "healthCheckPath": "/healthz",
"memoryLimit": 536870912, "memoryLimit": 536870912,
"addons": [ "addons": {
"postgresql", "postgresql": {},
"mysql", "mysql": {},
"mongodb", "mongodb": {},
"redis", "redis": {},
"localstorage", "localstorage": {},
"sendmail" "sendmail": {}
], },
"auth": { "auth": {
"type": "oidc" "type": "oidc"
}, },