Skip to content

Commit

Permalink
delete some annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyunjie committed Jun 9, 2021
1 parent 81f9105 commit 2fe8ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/secure.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ class ProductionSecure(BaseConfig):
:vpn服务器地址 VPN_ADDRESS
:vpn服务器端口 VPN_PORT
"""
VPN_ADDRESS = '192.168.1.1'
VPN_ADDRESS = '127.0.0.1'
VPN_PORT = '11940'

0 comments on commit 2fe8ccb

Please sign in to comment.