diff options
author | Cheng-Han, Wu | 2016-03-15 11:30:43 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-03-15 11:30:43 +0800 |
commit | 7fdf3ea0c9a9ef0df55e713834dca1a20803adca (patch) | |
tree | a06179814841d2fa254ba46d3843e6c1f4914e12 | |
parent | 1af6df65f46666b2d1e22ea63f4f5e6c0a26a4c4 (diff) |
Updated README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 --- |