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