proxy_config.py 114 Bytes
Newer Older
Jaida Wu's avatar
Jaida Wu committed
1
# This can also be replaced with another IP address.
2
3
4
USE_SSL = True
REMOTE_HOST = "127.0.0.1"
REMOTE_PORT = 443