Skip to content

Commit

Permalink
Fix config typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Feb 13, 2019
1 parent 9c53039 commit cd18f01
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ cookie {
dingtalk {
micro {
appkey = "微应用的appkey"
appsec = "微应用的appsecret"
secret = "微应用的appsecret"
}
mobile {
appid = "移动接入应用的appid"
appsec = "移动接入应用的appSecret"
secret = "移动接入应用的appSecret"
}
authorization.redirect = "https://your.company.domain/authorized"
}
```

Expand All @@ -49,9 +51,11 @@ cookie {
}
wechat {
corp = "企业corpid"
secret = "企业corpsecret"
agent = "应用的agentid"
corp = "企业corpid"
secret = "企业corpsecret"
agent = "应用的agentid"
authorization.redirect = "https://your.company.domain/authorized"
}
```

Expand Down

0 comments on commit cd18f01

Please sign in to comment.