Skip to content

Commit 5935a46

Browse files
chore(env): Update .env.example
1 parent d073592 commit 5935a46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ DJANGO_SECRET_KEY=your_django_secret_key
88
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0
99

1010
POSTGRES_DATABASE=your_postgres_database_name
11-
POSTGRES_HOST=db
1211
POSTGRES_PASSWORD=your_postgres_password
13-
POSTGRES_PORT=5432
1412
POSTGRES_USERNAME=your_postgres_username
13+
POSTGRES_HOST=db
14+
POSTGRES_PORT=5432
15+
1516

1617
REDIS_HOST=redis
1718
REDIS_PORT=6379

0 commit comments

Comments
 (0)