Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 5f8a9a1

Browse files
committed
http_params -> httpc_params
1 parent 5436b19 commit 5f8a9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_rp/conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ port: &port 8090
2626
domain: &domain 127.0.0.1
2727
base_url: "https://{domain}:{port}"
2828

29-
http_params:
29+
httpc_params:
3030
# This is just for testing an local usage. In all other cases it MUST be True
3131
verify: false
3232
# Client side

0 commit comments

Comments
 (0)