mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Revert "Workaround Google API problems"
This commit is contained in:
parent
e4e198c819
commit
6d44ded269
4 changed files with 10 additions and 4 deletions
2
app.js
2
app.js
|
@ -33,7 +33,7 @@ var data = {
|
|||
urlpath: config.urlPath,
|
||||
debug: config.debug,
|
||||
version: config.version,
|
||||
GOOGLE_API_KEY: config.google.apiKey,
|
||||
GOOGLE_API_KEY: config.google.clientSecret,
|
||||
GOOGLE_CLIENT_ID: config.google.clientID,
|
||||
DROPBOX_APP_KEY: config.dropbox.appKey,
|
||||
allowedUploadMimeTypes: config.allowedUploadMimeTypes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue