mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Add google apiKey & dropbox appKey to config.json
This commit is contained in:
parent
1ed1996639
commit
b4bed37d64
1 changed files with 4 additions and 2 deletions
|
@ -45,11 +45,13 @@
|
||||||
},
|
},
|
||||||
"dropbox": {
|
"dropbox": {
|
||||||
"clientID": "change this",
|
"clientID": "change this",
|
||||||
"clientSecret": "change this"
|
"clientSecret": "change this",
|
||||||
|
"appKey": "change this"
|
||||||
},
|
},
|
||||||
"google": {
|
"google": {
|
||||||
"clientID": "change this",
|
"clientID": "change this",
|
||||||
"clientSecret": "change this"
|
"clientSecret": "change this",
|
||||||
|
"apiKey": "change this"
|
||||||
},
|
},
|
||||||
"imgur": {
|
"imgur": {
|
||||||
"clientID": "change this"
|
"clientID": "change this"
|
||||||
|
|
Loading…
Reference in a new issue