Skip to content

Commit

Permalink
chore: revert missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyoptimist committed Oct 29, 2023
1 parent 68ce58e commit 19fea3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
RAILS_ENV=development
RAILS_SECRET_TOKEN="replacemeasap"
RAILS_HOST_NAME=your-domain.com
BASE_URL=https://${RAILS_HOST_NAME}

# DATABASE_URL="postgres://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}/${DATABASE_NAME}?pool=30"
DATABASE_HOST=db
Expand Down

0 comments on commit 19fea3f

Please sign in to comment.