Skip to content

Commit

Permalink
added google auth env variables to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
mayura-andrew committed Jan 19, 2024
1 parent aea9e8b commit 6bda7a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ DB_PASSWORD=your_db_password
DB_PORT=your_db_port_number
SERVER_PORT=your_server_port_number
JWT_SECRET=your_jwt_secret_key
GOOGLE_CLIENT_ID='your_google_client_id'
GOOGLE_CLIENT_SECRET='your_google_client_secret'
GOOGLE_REDIRECT_URL=http://localhost:3000/api/auth/google/callback

0 comments on commit 6bda7a1

Please sign in to comment.