Skip to content

Commit

Permalink
chore: Merge #15
Browse files Browse the repository at this point in the history
Update config.py
  • Loading branch information
helloplhm-qwq committed Jan 5, 2024
2 parents 20696ea + 3f16333 commit 03161c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class ConfigReadException(Exception):
"_fakeip-desc": "服务器在海外时的IP伪装值",
"proxy": {
"enable": False,
"http_addr": "http://127.0.0.1:7890",
"https_addr": "http://127.0.0.1:7890",
"http_value": "http://127.0.0.1:7890",
"https_value": "http://127.0.0.1:7890",
},
"_proxy-desc": "代理配置,HTTP与HTTPS协议需分开配置",
"log_file": True,
Expand Down

0 comments on commit 03161c5

Please sign in to comment.