1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-23 07:30:11 +01:00

Fixed default WG config path

This commit is contained in:
theonlynexus 2022-07-21 06:05:05 +00:00
parent 84d4e0fe74
commit 62beae9486

View File

@ -6,7 +6,7 @@ dash_config = {
"password": "8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918", "password": "8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918",
}, },
"Server": { "Server": {
"wg_conf_path": "/config", "wg_conf_path": "/etc/wireguard",
"auth_req": True, "auth_req": True,
"dashboard_refresh_interval": 60000, "dashboard_refresh_interval": 60000,
"dashboard_sort": "status", "dashboard_sort": "status",