We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d073592 commit 5935a46Copy full SHA for 5935a46
.env.example
@@ -8,10 +8,11 @@ DJANGO_SECRET_KEY=your_django_secret_key
8
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0
9
10
POSTGRES_DATABASE=your_postgres_database_name
11
-POSTGRES_HOST=db
12
POSTGRES_PASSWORD=your_postgres_password
13
-POSTGRES_PORT=5432
14
POSTGRES_USERNAME=your_postgres_username
+POSTGRES_HOST=db
+POSTGRES_PORT=5432
15
+
16
17
REDIS_HOST=redis
18
REDIS_PORT=6379
0 commit comments