fix & update test config

This commit is contained in:
2025-10-26 11:03:45 +01:00
parent 044ccfca54
commit 1d7d33df0b
5 changed files with 10 additions and 6 deletions

4
env/config.ini vendored
View File

@@ -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
View File

@@ -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