DB_USERNAME=user # openssl rand -base64 32 | wl-copy DB_PASSWORD=password DB_NAME=rhythm-dev DB_PORT=5432 DB_HOST=localhost DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}?schema=public&sslmode=disable # app env can be one of the following [prod, dev] APP_ENV=dev # APP_ENV=prod SOCKET_ADDRESS=0.0.0.0:6969