TS_DB_HOST = "localhost"
TS_DB_PORT = 5444
TS_DB_NAME = "timeseries"
TS_DB_USER = "postgres"
TS_DB_PASS = "adminpassword"
TS_LOG_LEVEL = "DEBUG"