Skip to content

Commit

Permalink
fixed auth_service now if the access token was expired it will genera…
Browse files Browse the repository at this point in the history
…te a new one and if the refresh was expired it will generate refresh and access
  • Loading branch information
sepehr toof authored and sepehr toof committed Jun 16, 2024
1 parent 98018a9 commit 4b396c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sample env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DB_USER = "root"
DB_PASS = "root"

RABBITMQ_DEFAULT_USER="user"
RABBITMQ_DEFAULT_PASS="pass"

RABBITMQ_HOST="rabbitmq"
RABBITMQ_USER="user"
RABBITMQ_PASS="pass"
RABBITMQ_PORT="5672"

0 comments on commit 4b396c8

Please sign in to comment.