forked from CSI-KJSCE/appointment_to_examiner
7 lines
245 B
Bash
7 lines
245 B
Bash
# Secrets for Docker Compose
|
|
JWT_SECRET=your_jwt_secret_here
|
|
GOOGLE_CLIENT_ID=your_google_client_id_here
|
|
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
|
|
GOOGLE_REFRESH_TOKEN=your_google_refresh_token_here
|
|
EMAIL_USERNAME=your_email@gmail.com
|