Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Authentication Service and Implement User Verification & Redis Cache #12

Merged
merged 8 commits into from
Jun 25, 2024
17 changes: 16 additions & 1 deletion auth-svc/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,19 @@ DB_PASSWORD=db_password
DB_NAME=db_name

# JWT configuration variables
JWT_SECRET=jwt_secret
JWT_SECRET=jwt_secret

# Mail configuration variables
MAIL_HOST=mail_host
MAIL_PORT=mail_port
MAIL_USER=mail_user
MAIL_PASS=mail_pass

# URL configuration variables
URL_HOST=host
URL_PORT=port

# Redis configuration variables
REDIS_HOST=redis_host
REDIS_PORT=redis_port
REDIS_PASSWORD=redis_password
Loading
Loading