mirror of
https://github.com/qwerfd2/OverRide-Server.git
synced 2026-09-25 00:08:02 +03:00
7 lines
95 B
Python
7 lines
95 B
Python
HOST = "127.0.0.1"
|
|
PORT = 9066
|
|
REGISTRATION = True
|
|
DEBUG = True
|
|
SSL_CERT = None
|
|
SSL_KEY = None
|