Skip to content

Commit 9e6f980

Browse files
committed
github-login: move comment to default.js
Signed-off-by: kamijin_fanta <kamijin@live.jp>
1 parent b785ead commit 9e6f980

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.json.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"consumerSecret": "change this"
5151
},
5252
"github": {
53-
"enterpriseURL": "if you use github.com, not need to specify",
5453
"clientID": "change this",
5554
"clientSecret": "change this"
5655
},

lib/config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = {
104104
consumerSecret: undefined
105105
},
106106
github: {
107-
enterpriseURL: undefined,
107+
enterpriseURL: undefined, // if you use github.com, not need to specify
108108
clientID: undefined,
109109
clientSecret: undefined
110110
},

0 commit comments

Comments
 (0)