1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

oauth: add gitlab

This commit is contained in:
Adhityaa Chandrasekar
2019-02-22 21:54:08 -05:00
parent c07f3e8b9f
commit 3e5c1c2656
8 changed files with 183 additions and 1 deletions

View File

@ -53,6 +53,9 @@ func configParse() error {
"TWITTER_KEY": "",
"TWITTER_SECRET": "",
"GITLAB_KEY": "",
"GITLAB_SECRET": "",
}
for key, value := range defaults {