notebookVB
This commit is contained in:
@@ -77,7 +77,7 @@ def get_mysql_connection():
|
||||
return None
|
||||
|
||||
# ======== CONFIG (env overrides allowed) ========
|
||||
PFX_PATH = os.getenv("VZP_PFX_PATH", r"mbcert.pfx")
|
||||
PFX_PATH = os.getenv("VZP_PFX_PATH", r"Certificates/MBcert.pfx")
|
||||
PFX_PASS = os.getenv("VZP_PFX_PASS", "Vlado7309208104++")
|
||||
VERIFY = os.getenv("VZP_CA_VERIFY", "true").lower() != "false" # set to path or "false" to disable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user