homeassistant-config/.storage/http

23 lines
444 B
Plaintext

{
"version": 1,
"minor_version": 1,
"key": "http",
"data": {
"use_x_forwarded_for": true,
"trusted_proxies": [
"192.168.178.80"
],
"use_x_frame_options": true,
"server_host": [
"0.0.0.0",
"::"
],
"server_port": 8123,
"login_attempts_threshold": -1,
"ip_ban_enabled": true,
"ssl_profile": "modern",
"cors_allowed_origins": [
"https://cast.home-assistant.io"
]
}
}