chat-with-database / config.py
Lalit Mahale
Add files via upload
db92763 unverified
raw
history blame contribute delete
102 Bytes
db_configuration = {"USER" : '',
"PASSWORD" : "",
"PORT" : "",
"DB" : "",
"HOST" :""
}
API_KEY = ''