notebookvb

This commit is contained in:
Vladimir Buzalka
2026-04-27 07:02:24 +02:00
parent c98001ae93
commit 4c81529718
8 changed files with 2 additions and 2 deletions
@@ -90,7 +90,7 @@ def save_insurance_status(mysql_conn, rc, prijmeni, jmeno, k_datu, result, xml_t
HOST = "192.168.1.10"
DB_PATH = r"M:\Medicus\Data\Medicus.fdb"
PFX_PATH = Path(__file__).resolve().parent / "Certificates" / "picka.pfx"
PFX_PATH = Path(__file__).resolve().parent.parent / "Certificates" / "picka.pfx"
# PFX_PATH = PROJECT_ROOT / "certificates" / "MBcert.pfx"
PFX_PASSWORD = "Vlado7309208104+"
@@ -32,7 +32,7 @@ MYSQL_CONFIG = {
"autocommit": True
}
PFX_PATH = script_location / "Certificates" / "MBcert.pfx"
PFX_PATH = script_location.parent / "Certificates" / "MBcert.pfx"
PFX_PASSWORD = "Vlado7309208104++"
ENV = "prod"