Skip to content

Commit 81950c3

Browse files
chore(env): Update .env.example with new configuration variables
1 parent bb1d054 commit 81950c3

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.env.example

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
DJANGO_SECRET_KEY='your_django_secret_key'
2-
DJANGO_DEBUG='False'
1+
ANTIFRAUD_ADDRESS=http://antifraud:9090
2+
ANTIFRAUD_CACHE_MS=5000
3+
ANTIFRAUD_EXTERNAL_PORT=9090
4+
ANTIFRAUD_INTERNAL_PORT=9090
35

4-
POSTGRES_DATABASE='your_postgres_database_name'
5-
POSTGRES_USERNAME='your_postgres_username'
6-
POSTGRES_PASSWORD='your_postgres_password'
7-
POSTGRES_HOST='localhost'
8-
POSTGRES_PORT='5432'
6+
DJANGO_DEBUG=False
7+
DJANGO_SECRET_KEY=your_django_secret_key
8+
9+
POSTGRES_DATABASE=your_postgres_database_name
10+
POSTGRES_HOST=db
11+
POSTGRES_PASSWORD=your_postgres_password
12+
POSTGRES_PORT=5432
13+
POSTGRES_USERNAME=your_postgres_username
14+
15+
REDIS_URL=redis://redis:6379/0

0 commit comments

Comments
 (0)