geostat/settings.ini.back

23 lines
339 B
Text
Raw Normal View History

2018-10-08 17:13:00 +02:00
[NGINX_LOG]
2018-10-10 22:07:15 +02:00
#Path for the log file (Nginx)
2018-10-08 17:13:00 +02:00
logpath = /var/log/nginx/access.log
2019-02-04 14:00:54 +01:00
[GEOIP]
#Path for the GEOIP DB file
geoipdb = ./GeoLite2-City.mmdb
2019-02-04 14:00:54 +01:00
[INFLUXDB]
# Database URL
2018-10-10 20:24:59 +02:00
host = ip_address
port = 8086
#Database name
2018-10-10 20:24:59 +02:00
database = db_name
# HTTP Auth
2018-10-10 20:24:59 +02:00
username = "username"
password = "password"
# Measurement name
2018-10-12 20:38:06 +02:00
measurement = geodata