Files
ASE/env/db.ini
2025-06-01 21:33:03 +02:00

17 lines
378 B
INI

# to generete adminuser password hash:
# python3 -c 'from hashlib import sha256;print(sha256("????password???".encode("UTF-8")).hexdigest())'
[db]
hostname = 10.211.114.173
port = 3306
user = root
password = batt1l0
dbName = ase_lar
maxRetries = 5
[tables]
userTableName = virtusers
recTableName = received
rawTableName = RAWDATACOR
nodesTableName = nodes