export DATABASE_URL='postgres://postgres:dev@localhost/postgres'
# Generate your own secret key for production with `openssl rand -base64 32`.
# This is an example for development, to enable persistent logins across server restarts.
export SECRET_KEY='bobDI3jxevDTdbkyfwSMlkgxLWx5WmbvftZ4MKSdm7E='
export CLI_COLORS=false
export PORT=8080