Spaces:
Runtime error
Runtime error
lakshmivairamani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -48,10 +48,11 @@ app.add_middleware(
|
|
48 |
allow_methods=["*"],
|
49 |
allow_headers=["*"],
|
50 |
)
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
55 |
|
56 |
# Function to create a new database connection
|
57 |
def get_db_connection():
|
|
|
48 |
allow_methods=["*"],
|
49 |
allow_headers=["*"],
|
50 |
)
|
51 |
+
|
52 |
+
DB_USER = 'u852023448_redmindgpt'
|
53 |
+
DB_PASSWORD = 'redmindGpt@123'
|
54 |
+
DB_HOST = '217.21.88.10'
|
55 |
+
DB_NAME = 'u852023448_redmindgpt'
|
56 |
|
57 |
# Function to create a new database connection
|
58 |
def get_db_connection():
|