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
You will need to have [Redis][] installed in order for caching to work properly.
42
37
43
-
You will need to have [Redis][] installed.
38
+
If you do not plan to use Redis, then set `redis: false` as an option.
39
+
40
+
### Google Application Credentials
41
+
42
+
You will also need Google Application Credentials, and you will need to set them as environment variables (e.g. `GOOGLE_APPLICATION_CREDENTIALS=/home/user/Downloads/service-account-file.json`).
43
+
44
+
For more information on Google Application credentials, see <https://cloud.google.com/docs/authentication/getting-started#setting_the_environment_variable>.
0 commit comments