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