You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
I am planning to deploy it on a Dokku/Heroku instance and I am hitting a wall:
I need to set to set the environment variable GOOGLE_APPLICATION_CREDENTIALS as a link to the google json auth file (like auth.json) but I don't want to put this file on git so I can't push it to Dokku.
Hello
I am testing BotKit with the Google Hangouts Chat Bot, and it working really well locally ! Good job ! (https://github.com/howdyai/botkit-starter-googlehangouts)
I am planning to deploy it on a Dokku/Heroku instance and I am hitting a wall:
I need to set to set the environment variable
GOOGLE_APPLICATION_CREDENTIALS
as a link to the google json auth file (like auth.json) but I don't want to put this file on git so I can't push it to Dokku.The solution proposed by Google seems pretty easy to implement buy I don't know how to do this in my BotKit :)
Here is my code for another project using Google Hangouts Bot auth that is working well with that:
Do you have an idea ?
Thanks !
The text was updated successfully, but these errors were encountered: