NODE_ENV=production
GRAPHQL_DEBUG=false
GRAPHQL_PLAYGROUND=false
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_NAME=e-CheckIn
