Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails_dingtalk
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
other
rails_dingtalk
Commits
7064e36f
Commit
7064e36f
authored
Feb 21, 2022
by
liyijie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更新httpx的连接配置
parent
92c845fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
config.rb
lib/rails_dingtalk/config.rb
+5
-1
No files found.
lib/rails_dingtalk/config.rb
View file @
7064e36f
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment