Skip to content

Commit

Permalink
fix: add oauth env qa
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 29, 2024
1 parent 748e406 commit ed8cc94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.qa.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ services:
JWT_REFRESH_TTL: 259200
JWT_ISSUER: rpkm67.sgcu.in.th
JWT_RESET_TOKEN_TTL: 900
OAUTH_CLIENT_ID: client_id
OAUTH_CLIENT_SECRET: client_secret
OAUTH_REDIRECT_URI: http://localhost:3000
networks:
- rpkm67
volumes:
Expand Down

0 comments on commit ed8cc94

Please sign in to comment.