lakshmivairamani commited on
Commit
676ef82
·
verified ·
1 Parent(s): 183de5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -48,10 +48,11 @@ app.add_middleware(
48
  allow_methods=["*"],
49
  allow_headers=["*"],
50
  )
51
- DB_USER = 'root'
52
- DB_PASSWORD = ''
53
- DB_HOST = 'localhost'
54
- DB_NAME = 'redmind_gpt'
 
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():