wifictld-analyzer/config_example.conf

19 lines
298 B
Plaintext
Raw Normal View History

2019-03-01 10:54:19 +01:00
answer = false
2019-03-08 15:53:45 +01:00
[database]
type = "sqlite3"
logging = true
2019-03-08 17:09:01 +01:00
connection = "/tmp/wifictld.db"
2019-03-08 15:53:45 +01:00
# For Master-Slave cluster
# read_connection = ""
2019-03-01 10:54:19 +01:00
[webserver]
enable = true
bind = ":8080"
webroot = "./webroot/"
2018-07-10 21:40:38 +02:00
[[interfaces]]
2019-03-01 10:54:19 +01:00
ifname = "wlp4s0"
#port = 1000
#ip_address = "ff02::31f1"