update custom password
This commit is contained in:
@@ -11,12 +11,7 @@ API_KEY_NS = keyfile.API_KEY
|
||||
app = Flask(__name__)
|
||||
# Database connection
|
||||
|
||||
db_config = {
|
||||
'host': 'localhost',
|
||||
'user': 'kevin', # Replace with your MySQL username
|
||||
'password': '0011', # Replace with your MySQL password
|
||||
'database': 'TiropitAppDatabase' # Replace with your database name
|
||||
}
|
||||
db_config = keyfile.requestDBCreds
|
||||
|
||||
def get_db_connection():
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user