We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473120a commit a0e1d17Copy full SHA for a0e1d17
1 file changed
conf/app.conf.example
@@ -1,21 +1,17 @@
1
# 程序名称
2
appname = BookStack
3
4
-//https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
5
# 微信小程序 appid
6
appId=""
7
# 微信小程序appSecret
8
appSecret=""
9
10
-# 是否限制API请求
+# 是否限制API请求,也就是如果不是上述配置的微信小程序的appId请求的接口,则直接拒绝
11
limitReferer=false
12
13
-# 是否显示小程序阅读码
+# 是否显示小程序阅读码(需要配置了appScecret才会生效)
14
showWechatCode = false
15
16
-# 程序版本
17
-version = v1.1
18
-
19
# 监听端口
20
httpport = 8181
21
0 commit comments