mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update config.json
This commit is contained in:
@@ -16,10 +16,15 @@
|
||||
"APP_PORT": "22300"
|
||||
},
|
||||
"options": {
|
||||
"APP_BASE_URL": "your_domain"
|
||||
"APP_BASE_URL": "http://your_domain:port"
|
||||
},
|
||||
"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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user