From cd18f01ecd503ce7a738c05032de3439507a6725 Mon Sep 17 00:00:00 2001 From: zhongl Date: Wed, 13 Feb 2019 15:27:03 +0800 Subject: [PATCH] Fix config typo. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e03b1ce..4141dd0 100644 --- a/README.md +++ b/README.md @@ -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" } ``` @@ -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" } ```