mirror of https://github.com/status-im/codimd.git
github-login: move comment to default.js
Signed-off-by: kamijin_fanta <kamijin@live.jp>
This commit is contained in:
parent
b785ead5e5
commit
9e6f980d8d
|
@ -50,7 +50,6 @@
|
|||
"consumerSecret": "change this"
|
||||
},
|
||||
"github": {
|
||||
"enterpriseURL": "if you use github.com, not need to specify",
|
||||
"clientID": "change this",
|
||||
"clientSecret": "change this"
|
||||
},
|
||||
|
|
|
@ -104,7 +104,7 @@ module.exports = {
|
|||
consumerSecret: undefined
|
||||
},
|
||||
github: {
|
||||
enterpriseURL: undefined,
|
||||
enterpriseURL: undefined, // if you use github.com, not need to specify
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue