fix(home-assistant): add back config.default_config
This commit is contained in:
parent
088ec3574c
commit
f032f7f2d1
|
@ -49,6 +49,7 @@ in {
|
||||||
external_url = "https://home.felschr.com";
|
external_url = "https://home.felschr.com";
|
||||||
internal_url = "http://192.168.1.102:8123";
|
internal_url = "http://192.168.1.102:8123";
|
||||||
};
|
};
|
||||||
|
default_config = { };
|
||||||
http = {
|
http = {
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = [ "::1" ];
|
trusted_proxies = [ "::1" ];
|
||||||
|
|
Loading…
Reference in a new issue