Moved LHS to Server

This commit is contained in:
arifiorino
2019-10-21 20:58:13 +00:00
committed by Dana Van Aken
parent a2234d08cc
commit b215b156a4
3 changed files with 58 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ RELOAD_INTERVAL = 10
# maximum disk usage
MAX_DISK_USAGE = 90
# Postgres datadir
PG_DATADIR = '/var/lib/postgresql/11/main'
PG_DATADIR = '/var/lib/postgresql/9.6/main'
# Load config
with open('driver_config.json', 'r') as _f: