From ceb078bd5b4c27c08f8ce3d1883bf2427455afb0 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Sun, 14 Oct 2018 11:35:18 +0800 Subject: [PATCH] Added mention of how to set google credentials. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c6a71d5e..baed21e4 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,11 @@ See [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config languages, then simply set an environment variable called `GOOGLE_APPLICATION_CREDENTIALS_BASE64` to be the base64 encoded version of the JSON credentials file. + + ``` + export GOOGLE_APPLICATION_CREDENTIALS_BASE64=$(cat credentials.json | base64) + ``` + * By default (in accordance with Google's terms of service), we add "[translated by Google]" to the end of all translated messages. You may customize this attribution text via the environment variable