homeassistant-config/.storage/http

18 lines
355 B
Plaintext
Raw Normal View History

2021-09-18 07:04:51 +02:00
{
2022-08-28 22:33:35 +02:00
"version": 1,
"minor_version": 1,
"key": "http",
"data": {
"use_x_forwarded_for": true,
"trusted_proxies": [
"192.168.178.80"
],
"cors_allowed_origins": [
"https://cast.home-assistant.io"
],
2023-01-03 20:42:39 +01:00
"server_port": 8123,
2022-08-28 22:33:35 +02:00
"ssl_profile": "modern",
2023-01-03 20:42:39 +01:00
"ip_ban_enabled": true,
"login_attempts_threshold": -1
2022-08-28 22:33:35 +02:00
}
2021-09-18 07:04:51 +02:00
}