Update to v2.2

close #13
This commit is contained in:
Lost-MSth
2021-02-11 15:26:58 +08:00
parent a890a9af4a
commit df181f104e
8 changed files with 38 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ class Config():
主机的地址和端口号
Host and port of your server
'''
HOST = '192.168.1.113'
HOST = '192.168.1.101'
PORT = '80'
'''
--------------------
@@ -58,5 +58,10 @@ class Config():
'''
LOGIN_DEVICE_NUMBER_LIMIT = 1
'''
是否允许同设备多应用共存登录
If multiple applications on the same device to log in is allowed
'''
ALLOW_LOGIN_SAME_DEVICE = False
'''
--------------------
'''