Skip to content

Commit

Permalink
#403 rearrange and add comment for db port being immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Sep 23, 2023
1 parent 5708cd1 commit 4ea4b1e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
DATABASE_NAME="activist"
DATABASE_USER="postgres"
DATABASE_PASSWORD="postgres"
DATABASE_HOST=db
DATABASE_PORT="5432"
BACKEND_PORT="8000"
FRONTEND_PORT="3000"

BACKEND_PORT="8000"
DJANGO_ALLOWED_HOSTS="localhost"

# DB port should always be set to 5432.
DATABASE_PORT="5432"
DATABASE_HOST=db
DATABASE_NAME="activist"
DATABASE_USER="postgres"
DATABASE_PASSWORD="postgres"

SECRET_KEY='secret'
DEBUG='1'

0 comments on commit 4ea4b1e

Please sign in to comment.