Skip to content

Commit 6a562ac

Browse files
committed
change dist env
1 parent a070ecc commit 6a562ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ APP_TITLE="FastAPI Template"
33
APP_VERSION="1.0.0"
44
APP_SECRET_KEY="123abc"
55

6-
POSTGRES_DB="fastapi_template"
7-
POSTGRES_HOST="localhost"
6+
POSTGRES_DB="postgres"
7+
POSTGRES_HOST="postgres"
88
POSTGRES_PORT=5432
99
POSTGRES_USER="postgres"
1010
POSTGRES_PASSWORD="postgres"

0 commit comments

Comments
 (0)