summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Croft2016-05-15 09:45:35 -0400
committerJason Croft2016-05-15 09:45:35 -0400
commited9eddeed64d0c75f94c1eefcf72cb9b99827ba6 (patch)
tree8b480719040561785eb9845c8e9da26746c89d71 /README.md
parent438cedf88283e3067eb84b5e375d1630ec9f3c1d (diff)
Add GitLab to Third-Party integration section.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f2b469e2..ea6e6559 100644
--- a/README.md
+++ b/README.md
@@ -121,9 +121,9 @@ Third-party integration api key settings
---
| service | file path | description |
| ------- | --------- | ----------- |
-| facebook, twitter, github, dropbox | `config.json` | for signin |
+| facebook, twitter, github, gitlab, dropbox | `config.json` | for signin |
| imgur | `config.json` | for image upload |
-| google drive, dropbox | `public/js/common.js` | for export and import |
+| gitlab, google drive, dropbox | `public/js/common.js` | for export and import |
DB migration
---