DB_HOST='localhost'
DB_PORT=5432
DB_USERNAME='postgres'
DB_PASSWORD='postgres'
DB_NAME='db'

REDIS_HOST='localhost'
REDIS_PORT='6379'