Updated payment recon code
This commit is contained in:
@@ -5,7 +5,11 @@ import os
|
||||
# Get MySQL credentials from environment variables
|
||||
MYSQL_HOST = os.getenv("MYSQL_HOST", "127.0.0.1")
|
||||
MYSQL_USER = os.getenv("MYSQL_USER", "root")
|
||||
<<<<<<< HEAD
|
||||
MYSQL_PASSWORD = os.getenv("MYSQL_PASSWORD", "root")
|
||||
=======
|
||||
MYSQL_PASSWORD = os.getenv("MYSQL_PASSWORD", "tiger")
|
||||
>>>>>>> 1054d1f7e5aff7cb0993ba7919fe1e49ed8217f9
|
||||
MYSQL_DB = os.getenv("MYSQL_DB", "test")
|
||||
|
||||
# Connect to MySQL
|
||||
|
||||
Reference in New Issue
Block a user