Skip to content

Commit

Permalink
change dist env
Browse files Browse the repository at this point in the history
  • Loading branch information
ProFastCode committed Jul 2, 2024
1 parent a070ecc commit 6a562ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ APP_TITLE="FastAPI Template"
APP_VERSION="1.0.0"
APP_SECRET_KEY="123abc"

POSTGRES_DB="fastapi_template"
POSTGRES_HOST="localhost"
POSTGRES_DB="postgres"
POSTGRES_HOST="postgres"
POSTGRES_PORT=5432
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="postgres"

0 comments on commit 6a562ac

Please sign in to comment.