DB connection

Credentials are stored inside ./app/private.py (make this file before running anything).

db_details = {
    'host': '0.0.0.0',
    'port': 5432,
    'user': 'admin',
    'password': 'temp-pass',
}

Production

All the details are in the Dockerfile