Files
appointment_to_examiner/server/.env.example

7 lines
255 B
Plaintext

mongoURI=mongodb://localhost:27017/appointment_to_examiner
JWT_SECRET=your_jwt_secret
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
GOOGLE_REFRESH_TOKEN=your_google_refresh_token
EMAIL_USERNAME=your_email@gmail.com