fix & update test config
This commit is contained in:
4
env/config.ini
vendored
4
env/config.ini
vendored
@@ -1,6 +1,6 @@
|
||||
[mysql]
|
||||
host = 10.211.114.173
|
||||
host = mysql-ase.incus
|
||||
database = ase_lar
|
||||
user = root
|
||||
user = alex
|
||||
password = batt1l0
|
||||
|
||||
|
||||
4
env/db.ini
vendored
4
env/db.ini
vendored
@@ -2,9 +2,9 @@
|
||||
# python3 -c 'from hashlib import sha256;print(sha256("????password???".encode("UTF-8")).hexdigest())'
|
||||
|
||||
[db]
|
||||
hostname = 10.211.114.173
|
||||
hostname = mysql-ase.incus
|
||||
port = 3306
|
||||
user = root
|
||||
user = alex
|
||||
password = batt1l0
|
||||
dbName = ase_lar
|
||||
maxRetries = 10
|
||||
|
||||
Reference in New Issue
Block a user