From ed9eddeed64d0c75f94c1eefcf72cb9b99827ba6 Mon Sep 17 00:00:00 2001 From: Jason Croft Date: Sun, 15 May 2016 09:45:35 -0400 Subject: Add GitLab to Third-Party integration section. --- README.md | 4 ++-- 1 file 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 --- -- cgit v1.2.3 From c6a4fdd5cf16a8d63a249de37be912fe5efd7fcf Mon Sep 17 00:00:00 2001 From: Jason Croft Date: Sun, 15 May 2016 09:51:35 -0400 Subject: Remove GitLab from common.js row. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea6e6559..a1e93ea1 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Third-party integration api key settings | ------- | --------- | ----------- | | facebook, twitter, github, gitlab, dropbox | `config.json` | for signin | | imgur | `config.json` | for image upload | -| gitlab, google drive, dropbox | `public/js/common.js` | for export and import | +| google drive, dropbox | `public/js/common.js` | for export and import | DB migration --- -- cgit v1.2.3