17 lines
380 B
INI
17 lines
380 B
INI
# to generete adminuser password hash:
|
|
# python3 -c 'from hashlib import sha256;print(sha256("????password???".encode("UTF-8")).hexdigest())'
|
|
|
|
[db]
|
|
hostname = mysql-ase.incus
|
|
port = 3306
|
|
user = alex
|
|
password = batt1l0
|
|
dbName = ase_lar
|
|
maxRetries = 10
|
|
|
|
[tables]
|
|
userTableName = virtusers
|
|
recTableName = received
|
|
rawTableName = RAWDATACOR
|
|
nodesTableName = nodes
|