Remove GitLab from common.js row.

This commit is contained in:
Jason Croft 2016-05-15 09:51:35 -04:00
parent ed9eddeed6
commit c6a4fdd5cf

View file

@ -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
---