mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-27 00:10:32 +02:00
Update README.md
This commit is contained in:
@@ -35,6 +35,9 @@ Required :
|
|||||||
"PORT": 9928 # By default, the webui is available on http://HAurl:9928. If you ever need to change the port, you should never do it within the app, but only through this option
|
"PORT": 9928 # By default, the webui is available on http://HAurl:9928. If you ever need to change the port, you should never do it within the app, but only through this option
|
||||||
"Environment": 0|1 # 1 is debug mode, 0 is normal mode. You should run in normal mode unless actively developing.
|
"Environment": 0|1 # 1 is debug mode, 0 is normal mode. You should run in normal mode unless actively developing.
|
||||||
Optional :
|
Optional :
|
||||||
|
"ssl" : "true|false", # Set ssl
|
||||||
|
"certfile" : "fullchain.pem", # Place where your ssl files are
|
||||||
|
"keyfile" : "privkey.pem", # Place where your ssl files are
|
||||||
"POSTGRES_HOST": "str?", # Needed for postgresql_external
|
"POSTGRES_HOST": "str?", # Needed for postgresql_external
|
||||||
"POSTGRES_PORT": "str?", # Needed for postgresql_external
|
"POSTGRES_PORT": "str?", # Needed for postgresql_external
|
||||||
"POSTGRES_USER": "str?", # Needed for postgresql_external
|
"POSTGRES_USER": "str?", # Needed for postgresql_external
|
||||||
|
|||||||
Reference in New Issue
Block a user