-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 803 Bytes
/
.env.example
File metadata and controls
35 lines (30 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
TZ=Europe/Moscow
SERVER_HOST=0.0.0.0
SERVER_PORT=80
OPENAPI_URL=/swagger/docs/v1.0/auth
DOCS_URL=/auth/docs
CLIENT_ID=auth_service
CLIENT_SECRET=auth_service_secret
LOOP=asyncio
AUTHENTICATE_URL=http://localhost:9000/api/v1/auth/authenticate
TOKEN_URL=http://localhost:9000/api/v1/auth/login
CORS_ORIGINS=http://<domain/ip>,https://<domain/ip>
DATE_UPDATE=05.12.2025
DEBUG=False
POSTGRES_USER=postgres
POSTGRES_PASSWORD=<pass>
POSTGRES_HOST=postgres.db
POSTGRES_PORT=5432
POSTGRES_DATABASE=user.db
POSTGRES_BATCH_LIMIT=50
RABBIT_USER=<user>
RABBIT_PASSWORD=<pass>
RABBIT_HOST=rabbitmq
RABBIT_PORT=5672
RABBIT_TIMEOUT=10.0
RABBIT_WORKERS=1
RABBIT_MAX_FAILS=3
TASK_INTERVAL=8.0
RABBIT_EVENT_EXCHANGE=<exchange>.events
RABBIT_RETRY_EXCHANGE=<exchange>.retry
RABBIT_DEAD_LETTER_EXCHANGE=<exchange>.dlx