mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-30 01:40:31 +02:00
Update config.json
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user