Update config_example.yaml (correct paths)
This commit is contained in:
parent
5d7e471497
commit
76e5e27f34
|
@ -10,11 +10,11 @@ webserver:
|
|||
websocketnode: false
|
||||
nodes:
|
||||
enable: true
|
||||
nodes_path: /var/www/html/meshviewer/nodes.json
|
||||
graphs_path: /var/www/html/meshviewer/graphs.json
|
||||
nodes_path: /var/www/html/meshviewer/data/nodes.json
|
||||
graphs_path: /var/www/html/meshviewer/data/graph.json
|
||||
saveinterval: 5
|
||||
aliases_enable: false
|
||||
aliases_path: webroot/aliases.json
|
||||
aliases_path: /var/www/html/meshviewer/data/aliases.json
|
||||
vpn_addresses:
|
||||
- da:25:d6:5c:97:6f
|
||||
- da:62:f2:70:c8:8d
|
||||
|
|
Loading…
Reference in New Issue