geostat/settings.ini.back
2022-07-18 13:30:09 +03:00

22 lines
433 B
Text

[NGINX_LOGS]
#Path for the log file (Nginx)
logpath = website1:/var/log/website1/access.log website2:/var/log/website2/access.log
[GEOIP]
#Path for the GEOIP DB file
geoipdb = ./GeoLite2-City.mmdb
[INFLUXDB]
# Database URL
host = INFLUXDB_SERVER_IP
port = 8086
#Database name
database = INFLUXDB_DATABASE_NAME
# HTTP Auth
username = INFLUXDB_USER_NAME
password = INFLUXDB_USER_PASSWORD
# Measurement name
measurement = geodata