Skip to content

Commit

Permalink
refactored views.py in auth-service, no need to save JWT and user in …
Browse files Browse the repository at this point in the history
…a database, added new feature to it to generate token using refresh token
  • Loading branch information
sepehr toof authored and sepehr toof committed Jun 29, 2024
1 parent 98f2935 commit 53672ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sample env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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"

PGPASSWORD='root'

0 comments on commit 53672ef

Please sign in to comment.