Files
docker-compose/conf/homeassistant/.storage/http
2024-06-27 17:30:58 -07:00

19 lines
356 B
Plaintext

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