Spaces:
Running
Running
Commit
·
2e372c4
1
Parent(s):
5bfdeda
updating loggs for environment variable and Mongodb URI
Browse files- config/config.py +3 -0
config/config.py
CHANGED
@@ -110,3 +110,6 @@ class Settings:
|
|
110 |
|
111 |
|
112 |
settings = Settings()
|
|
|
|
|
|
|
|
110 |
|
111 |
|
112 |
settings = Settings()
|
113 |
+
|
114 |
+
print(f"Current Environment: {settings.ENVIRONMENT}")
|
115 |
+
print(f"Current MongoDB URI: {settings.MONGODB_URI}")
|