freifunkmanager/config_example.conf

28 lines
519 B
Plaintext
Raw Normal View History

2018-07-26 14:14:23 +02:00
db_type = "sqlite3"
db_connection = "/tmp/freifunkmanager.db"
2018-06-30 01:45:51 +02:00
2017-05-06 14:37:24 +02:00
webserver_bind = ":8080"
2018-08-10 11:52:46 +02:00
webroot = "./webroot/"
2017-05-08 19:13:29 +02:00
secret = "passw0rd"
2018-08-10 17:17:00 +02:00
blacklist_for = "1w"
2018-06-30 01:45:51 +02:00
ssh_key = "~/.ssh/id_rsa"
2018-08-10 13:46:18 +02:00
ssh_ipaddress_prefix = "fd2f:"
2018-07-24 15:07:11 +02:00
ssh_timeout = "1m"
# enable receiving
yanic_enable = true
# yanic_synchronize = "1m"
2018-07-26 14:14:23 +02:00
yanic_collect_interval = "10s"
[yanic]
ifname = "wlp4s0"
# e.g. to receive data of real yanic
# - please also disable `yanic_collect_interval`
# ifname = "lo"
# ip_address = "::1"
2018-08-10 11:55:10 +02:00
# send_no_request = true
2018-07-26 14:14:23 +02:00
# port = 1001