Skip to content

Commit

Permalink
CLIENT_SECRET pass to collector container
Browse files Browse the repository at this point in the history
  • Loading branch information
drypa committed Feb 10, 2024
1 parent cb6ea5a commit d5c012d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- MONGO_URL=mongodb://mongo:27017
- MONGO_LOGIN=${MONGO_LOGIN}
- MONGO_SECRET=${MONGO_SECRET}
- CLIENT_SECRET=${CLIENT_SECRET}
- TEMPLATES_PATH=/usr/share/receipts/templates
- GET_RECEIPT_WORKER_INTERVAL=15m
- NALOGRU_BASE_ADDR=https://irkkt-mobile.nalog.ru:8888
Expand Down

0 comments on commit d5c012d

Please sign in to comment.