From 7fdf3ea0c9a9ef0df55e713834dca1a20803adca Mon Sep 17 00:00:00 2001 From: "Cheng-Han, Wu" Date: Tue, 15 Mar 2016 11:30:43 +0800 Subject: [PATCH] Updated README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0acbdd7..952e82d 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,15 @@ Server-side config.js settings | heartbeatinterval | `5000` | socket.io heartbeat interval | | heartbeattimeout | `10000` | socket.io heartbeat timeout | | documentmaxlength | `100000` | note max length | -| facebook, twitter, github, dropbox, imgur | multiple values | your own api keys, see source code for details | + +Third-party integration api key settings +--- +| service | file path | description | +| ------- | --------- | ----------- | +| facebook, twitter, github, dropbox | config.js | for signin | +| imgur | config.js | for image upload | +| dropbox | public/views/foot.ejs | for chooser and saver | +| google drive | public/js/common.js | for export and import | Operational Transformation ---