MAPG-69 add Google OAuth environment variables to .env.example

This commit is contained in:
Bence Pőcze 2020-06-21 15:51:52 +02:00
parent a56ce849c0
commit 02d6298d95

View File

@ -11,3 +11,5 @@ STATIC_ROOT=/static
MAIL_FROM=mapguesser@mapguesser-dev.ch
MAIL_HOST=mail
MAIL_PORT=2500
GOOGLE_OAUTH_CLIENT_ID=your_google_oauth_client_id
GOOGLE_OAUTH_CLIENT_SECRET=your_google_oauth_client_secret