2019-03-06 17:16:34 +01:00
|
|
|
# listening socket
|
|
|
|
host: "::1"
|
|
|
|
port: 28530
|
|
|
|
|
|
|
|
# data paths
|
|
|
|
sqlite_path: "{{ director_data_dir }}/director.db"
|
|
|
|
|
|
|
|
# mozilla location services
|
|
|
|
mls_api_key: "test"
|
|
|
|
|
|
|
|
# domain config
|
|
|
|
geojson: "{{ director_conf_dir }}/domains.geojson"
|
2019-03-22 13:41:16 +01:00
|
|
|
default_domain: "umland"
|
2019-03-06 17:16:34 +01:00
|
|
|
|
|
|
|
# how often to update from meshviewer
|
|
|
|
update_interval: 900
|
2019-03-22 13:41:16 +01:00
|
|
|
|
|
|
|
meshviewer_url: "https://map.ffmwu.org/#!/de/map/%s"
|
|
|
|
meshviewer_json_url: "https://map.ffmwu.org/data/meshviewer.json"
|
2019-03-06 17:16:34 +01:00
|
|
|
|
2019-04-25 14:31:55 +02:00
|
|
|
# when to switch the domain (unix epoch)
|
|
|
|
# -1 to disable
|
|
|
|
domain_switch_time: 1556780400
|
2019-03-06 17:16:34 +01:00
|
|
|
|
|
|
|
# migrate meshes with only one node
|
|
|
|
only_migrate_vpn: false
|