1. docs: Rephrase setting the config

2. Update changeset with info about removing projectId from googleGcs config
This commit is contained in:
Himanshu Mishra
2021-01-11 21:05:23 +01:00
parent 97716f2b04
commit 7ed4807748
2 changed files with 7 additions and 4 deletions
+5 -3
View File
@@ -5,6 +5,8 @@
Google Cloud authentication in TechDocs has been improved.
`techdocs.publisher.googleGcs.credentials` is now optional. If it is missing, `GOOGLE_APPLICATION_CREDENTIALS`
environment variable (and some other methods) will be used to authenticate.
Read more here https://cloud.google.com/docs/authentication/production
1. `techdocs.publisher.googleGcs.credentials` is now optional. If it is missing, `GOOGLE_APPLICATION_CREDENTIALS`
environment variable (and some other methods) will be used to authenticate.
Read more here https://cloud.google.com/docs/authentication/production
2. `techdocs.publisher.googleGcs.projectId` is no longer used. You can remove it from your `app-config.yaml`.