Update config.py

This commit is contained in:
Jerry Li 2018-08-05 16:59:08 +08:00 committed by GitHub
parent c06440e992
commit f96b73483a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ DBtype = '2' # '1' : sqlite, 2: mysql
host='localhost'
port='3306'
user='root'
password='jerryli'
password='password'
database='test_auto_new'
isUseATX=True