mirror of
https://github.com/olehomelchenko/Mini-VLAT-ua.git
synced 2025-12-21 21:22:22 +00:00
10 lines
166 B
Python
Executable File
10 lines
166 B
Python
Executable File
#host = 'webdb.engr.wustl.edu'
|
|
#user = 'vstool'
|
|
#password = 'VSt00L%%s'
|
|
#db = 'visualdata_tool'
|
|
|
|
host = 'localhost'
|
|
user = 'root'
|
|
password = 'guest123'
|
|
db = 'mvlat'
|