mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-10-19 04:10:01 +02:00
first commit
This commit is contained in:
18
Config/.storage/http
Normal file
18
Config/.storage/http
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user