mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 13:37:42 +00:00
ced378cee8
Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
4 lines
114 B
Python
4 lines
114 B
Python
# This can also be replaced with another IP address.
|
|
USE_SSL = True
|
|
REMOTE_HOST = "127.0.0.1"
|
|
REMOTE_PORT = 443 |