wifictld-analyzer/config_example.conf

19 lines
303 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
connection = "file:/tmp/wifictld.db"
# 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"