Commit 7064e36f by liyijie

feat: 更新httpx的连接配置

parent 92c845fc
......@@ -5,7 +5,11 @@ module RailsDingtalk
config.httpx = {
ssl: {
verify_mode: OpenSSL::SSL::VERIFY_NONE
}
},
timeout: {
connect_timeout: 10,
operation_timeout: 3
},
}
config.ip = '127.0.0.1'
config.mac = '78:7b:8a:dd:94:cc'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment