systemd service

This commit is contained in:
Mateusz Gruszczyński
2025-05-18 19:34:43 +02:00
parent e382fab275
commit 4896f1dfcb
2 changed files with 15 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from influxdb import InfluxDBClient
def get_influx_client():
return InfluxDBClient(
host='stats.mngmnt.r.local',
host='127.0.0.1',
port=8086,
#username='admin',
#password='admin'