Fix addon manifest format
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user