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"
],
"ip_ban_enabled": true,
"cors_allowed_origins": [
"https://cast.home-assistant.io"
],
"login_attempts_threshold": -1,
"ssl_profile": "modern",
"server_port": 8123
}
2021-09-18 07:04:51 +02:00
}