Update index.py
This commit is contained in:
parent
ab0fb063cf
commit
7a3d554d6c
|
|
@ -160,7 +160,7 @@ def initCfg():
|
|||
cfg = getServerDir() + "/cfg.json"
|
||||
if not os.path.exists(cfg):
|
||||
data = {}
|
||||
data['port'] = '888'
|
||||
data['port'] = '988'
|
||||
data['choose'] = 'mysql'
|
||||
data['path'] = ''
|
||||
data['username'] = 'admin'
|
||||
|
|
|
|||
Loading…
Reference in New Issue