This commit is contained in:
michaela.buzalkova
2026-01-05 06:50:14 +01:00
parent 7f31800b45
commit ffd5e6ff7f

View File

@@ -4,7 +4,7 @@ from pathlib import Path
# ================= DB CONFIG =================
db_config = {
'host': '192.168.1.76',
'host': '127.0.0.1',
'port': 3307,
'user': 'root',
'password': 'Vlado9674+',