ansible-ffibk/roles/service-domain-director/templates/config.yml.j2

27 lines
580 B
Django/Jinja

# 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"
default_domain: "umland"
# how often to update from meshviewer
update_interval: 900
meshviewer_url: "https://map.ffmwu.org/#!/de/map/%s"
meshviewer_json_url: "https://map.ffmwu.org/data/meshviewer.json"
# when to switch the domain (unix epoch)
# -1 to disable
domain_switch_time: 1556780400
# migrate meshes with only one node
only_migrate_vpn: false