mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-12 01:59:01 +01:00
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
{
|
|
"version": 1,
|
|
"minor_version": 1,
|
|
"key": "http",
|
|
"data": {
|
|
"server_port": 9443,
|
|
"use_x_forwarded_for": true,
|
|
"trusted_proxies": [
|
|
"192.168.1.194"
|
|
],
|
|
"ip_ban_enabled": true,
|
|
"cors_allowed_origins": [
|
|
"https://cast.home-assistant.io"
|
|
],
|
|
"login_attempts_threshold": -1,
|
|
"ssl_profile": "modern"
|
|
}
|
|
} |