parent
e66101b6c3
commit
ad6543a0e2
@ -1,6 +0,0 @@
|
|||||||
# ok http配置信息 TODO
|
|
||||||
ok.http.connect-timeout=30
|
|
||||||
ok.http.read-timeout=30
|
|
||||||
ok.http.write-timeout=30
|
|
||||||
ok.http.max-idle-connections=200
|
|
||||||
ok.http.keep-alive-duration=300
|
|
@ -0,0 +1,18 @@
|
|||||||
|
# HTTP 连接配置 TODO
|
||||||
|
ok:
|
||||||
|
http:
|
||||||
|
connect-timeout: 30
|
||||||
|
keep-alive-duration: 300
|
||||||
|
max-idle-connections: 200
|
||||||
|
read-timeout: 30
|
||||||
|
write-timeout: 30
|
||||||
|
|
||||||
|
# 腾讯云账号相关的信息配置 TODO
|
||||||
|
tencent:
|
||||||
|
sms:
|
||||||
|
account:
|
||||||
|
secret-id:
|
||||||
|
secret-key:
|
||||||
|
sign_name:
|
||||||
|
sms-sdk-app-id:
|
||||||
|
template-id:
|
Loading…
Reference in new issue