Created
April 30, 2020 18:34
-
-
Save briancarycom/70f1c81bd5bdf01983b09d31e620a7ee to your computer and use it in GitHub Desktop.
[Worklete Google config] Oauth setup for local dev #standard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| heroku config -a worklete | grep GOOGLE | |
| GOOGLE_CLIENT_SECRET=... | |
| GOOGLE_CLIENT_ID=... | |
| put those in .env | |
| then docker-compose up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment