Spaces:
Running
Running
Commit
·
12a98d5
1
Parent(s):
0314a77
test changes with confif
Browse files- config/config.py +1 -0
config/config.py
CHANGED
@@ -41,6 +41,7 @@ class Settings:
|
|
41 |
# MongoDB Configuration
|
42 |
# MONGODB_URI = os.getenv('MONGODB_URI', 'mongodb://localhost:27017')
|
43 |
MONGODB_URI = os.getenv('MONGODB_URI', '')
|
|
|
44 |
# MONGODB_URI = 'mongodb+srv://talat:[email protected]/?retryWrites=true&w=majority&appName=Chatbot'
|
45 |
|
46 |
# @property
|
|
|
41 |
# MongoDB Configuration
|
42 |
# MONGODB_URI = os.getenv('MONGODB_URI', 'mongodb://localhost:27017')
|
43 |
MONGODB_URI = os.getenv('MONGODB_URI', '')
|
44 |
+
|
45 |
# MONGODB_URI = 'mongodb+srv://talat:[email protected]/?retryWrites=true&w=majority&appName=Chatbot'
|
46 |
|
47 |
# @property
|