Update config.json

This commit is contained in:
Alexandre
2021-08-28 11:55:29 +02:00
committed by GitHub
parent 8c04b8b749
commit de9d800e0f

View File

@@ -16,10 +16,15 @@
"APP_PORT": "22300" "APP_PORT": "22300"
}, },
"options": { "options": {
"APP_BASE_URL": "your_domain" "APP_BASE_URL": "http://your_domain:port"
}, },
"schema": { "schema": {
"APP_BASE_URL": "str" "APP_BASE_URL": "str",
"DB_CLIENT": "str?",
"POSTGRES_PASSWORD": "str?",
"POSTGRES_USER": "str?",
"POSTGRES_PORT": "int?",
"POSTGRES_HOST": "str?"
}, },
"arch": ["aarch64", "amd64", "armhf", "armv7"] "arch": ["aarch64", "amd64", "armhf", "armv7"]
} }