添加 atx host 配置项

This commit is contained in:
jerrylizilong 2018-08-24 14:10:54 +08:00
parent e92e937d96
commit 6e290a64ef
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ password='password'
database='test_auto_new'
isUseATX=True
ATXHost = 'http://localhost:8000'
import os,platform
currentPath = os.path.dirname(os.path.abspath(__file__))