1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2024-12-29 08:30:26 +01:00
wifi-probe-aggregator/config.ini.example
2020-08-08 19:10:47 +02:00

11 lines
270 B
Plaintext
Executable File

[ws]
receiver_url = "http://localhost/wifi-probe-aggregator/ws/receiver.php"
reader_url = "http://localhost/wifi-probe-aggregator/ws/reader.php"
oui_path = "/var/lib/ieee-data/oui.txt"
[database]
db_host = "localhost"
db_user = "root"
db_pass = "mysql"
db_name = "wpa"