mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 00:45:34 +00:00
b38d5b19bb
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 |