Files
addons/configurator/data/configurator.conf
Pascal Vizeli 6e5d7282d6 Support panel icon + more options (#573)
* Support panel icon + more options

* Update config.json
2019-04-25 08:17:58 +02:00

27 lines
704 B
Plaintext

{
"LISTENIP": "127.0.0.1",
"PORT": 80,
"GIT": true,
"BASEPATH": "/config",
"ENFORCE_BASEPATH": %%ENFORCE_BASEPATH%%,
"SSL_CERTIFICATE": null,
"SSL_KEY": null,
"IGNORE_SSL": false,
"HASS_API": "http://hassio/homeassistant/api/",
"HASS_WS_API": null,
"HASS_API_PASSWORD": "%%TOKEN%%",
"USERNAME": null,
"PASSWORD": null,
"ALLOWED_NETWORKS": [],
"ALLOWED_DOMAINS": [],
"BANNED_IPS": [],
"BANLIMIT": 0,
"IGNORE_PATTERN": %%IGNORE_PATTERN%%,
"DIRSFIRST": %%DIRSFIRST%%,
"SESAME": null,
"SESAME_TOTP_SECRET": null,
"VERIFY_HOSTNAME": null,
"ENV_PREFIX": "HC_",
"NOTIFY_SERVICE": "persistent_notification.create"
}