github-login: move comment to default.js

Signed-off-by: kamijin_fanta <kamijin@live.jp>
This commit is contained in:
kamijin_fanta 2019-10-30 17:02:15 +09:00
parent b785ead5e5
commit 9e6f980d8d
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,6 @@
"consumerSecret": "change this" "consumerSecret": "change this"
}, },
"github": { "github": {
"enterpriseURL": "if you use github.com, not need to specify",
"clientID": "change this", "clientID": "change this",
"clientSecret": "change this" "clientSecret": "change this"
}, },

View File

@ -104,7 +104,7 @@ module.exports = {
consumerSecret: undefined consumerSecret: undefined
}, },
github: { github: {
enterpriseURL: undefined, enterpriseURL: undefined, // if you use github.com, not need to specify
clientID: undefined, clientID: undefined,
clientSecret: undefined clientSecret: undefined
}, },