geostat/settings.ini.back

19 lines
280 B
Text
Raw Normal View History

2018-10-08 17:13:00 +02:00
[NGINX_LOG]
#Path for the log file (Nginx/Apache)
2018-10-08 17:13:00 +02:00
logpath = /var/log/nginx/access.log
[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-10 20:24:59 +02:00
measurement = some_name