Spaces:
Sleeping
Sleeping
Commit
·
dc73246
1
Parent(s):
c0b0059
update config file
Browse files- __pycache__/map_search.cpython-313.pyc +0 -0
- env.py +1 -1
__pycache__/map_search.cpython-313.pyc
ADDED
Binary file (6.56 kB). View file
|
|
env.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
# TODO: replace env.py with .env file after hackathon results revealed and update the code accordingly.
|
2 |
|
3 |
MONGO_URI = "mongodb+srv://abaadiip:[email protected]/"
|
4 |
-
GOOGLE_API_KEY = "
|
|
|
1 |
# TODO: replace env.py with .env file after hackathon results revealed and update the code accordingly.
|
2 |
|
3 |
MONGO_URI = "mongodb+srv://abaadiip:[email protected]/"
|
4 |
+
GOOGLE_API_KEY = "AIzaSyATuJbZv6gqEdRNtOocXN_nz5ax3AN5IDQ"
|