mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-01 07:38:33 -04:00
Merge pull request #813 from SISheogorath/fix/googleAPI
Workaround Google API problems
This commit is contained in:
commit
e4e198c819
4 changed files with 4 additions and 10 deletions
|
@ -104,6 +104,7 @@ module.exports = {
|
|||
appKey: undefined
|
||||
},
|
||||
google: {
|
||||
apiKey: undefined,
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
},
|
||||
|
|
|
@ -74,6 +74,7 @@ module.exports = {
|
|||
appKey: process.env.HMD_DROPBOX_APPKEY
|
||||
},
|
||||
google: {
|
||||
apiKey: process.env.HMD_GOOGLE_APIKEY,
|
||||
clientID: process.env.HMD_GOOGLE_CLIENTID,
|
||||
clientSecret: process.env.HMD_GOOGLE_CLIENTSECRET
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue