initial working

This commit is contained in:
2025-10-31 21:00:14 +01:00
commit c850cc6e7e
212 changed files with 24622 additions and 0 deletions

16
vm1/env/db.ini vendored Normal file
View File

@@ -0,0 +1,16 @@
# to generete adminuser password hash:
# python3 -c 'from hashlib import sha256;print(sha256("????password???".encode("UTF-8")).hexdigest())'
[db]
hostname = 192.168.1.210
port = 3306
user = root
password = Ase@2025
dbName = ase_lar
maxRetries = 10
[tables]
userTableName = virtusers
recTableName = received
rawTableName = RAWDATACOR
nodesTableName = nodes