notebookvb
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ def save_insurance_status(mysql_conn, rc, prijmeni, jmeno, k_datu, result, xml_t
|
|||||||
HOST = "192.168.1.10"
|
HOST = "192.168.1.10"
|
||||||
DB_PATH = r"M:\Medicus\Data\Medicus.fdb"
|
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_PATH = PROJECT_ROOT / "certificates" / "MBcert.pfx"
|
||||||
PFX_PASSWORD = "Vlado7309208104+"
|
PFX_PASSWORD = "Vlado7309208104+"
|
||||||
|
|
||||||
+1
-1
@@ -32,7 +32,7 @@ MYSQL_CONFIG = {
|
|||||||
"autocommit": True
|
"autocommit": True
|
||||||
}
|
}
|
||||||
|
|
||||||
PFX_PATH = script_location / "Certificates" / "MBcert.pfx"
|
PFX_PATH = script_location.parent / "Certificates" / "MBcert.pfx"
|
||||||
PFX_PASSWORD = "Vlado7309208104++"
|
PFX_PASSWORD = "Vlado7309208104++"
|
||||||
|
|
||||||
ENV = "prod"
|
ENV = "prod"
|
||||||
Reference in New Issue
Block a user