homeassistant-config/.storage/http

17 lines
389 B
Plaintext
Raw Normal View History

2021-09-18 07:04:51 +02:00
{
"version": 1,
"key": "http",
"data": {
"use_x_forwarded_for": true,
"trusted_proxies": [
"192.168.178.80"
],
2021-10-05 13:32:39 +02:00
"ssl_profile": "modern",
2021-09-18 07:04:51 +02:00
"server_port": 8123,
"login_attempts_threshold": -1,
2021-10-05 13:32:39 +02:00
"ip_ban_enabled": true,
2021-09-18 07:04:51 +02:00
"cors_allowed_origins": [
"https://cast.home-assistant.io"
2021-10-05 13:32:39 +02:00
]
2021-09-18 07:04:51 +02:00
}
}