mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:53:58 +01:00
change .getenv to .enviorn
This commit is contained in:
parent
9be541fc45
commit
6d84c625a2
|
@ -18,7 +18,7 @@ UA_SIMPLIFY = {
|
|||
|
||||
## MONGODB Setup
|
||||
|
||||
conn = AsyncIOMotorClient(os.getenv('MONGO_URI'))
|
||||
conn = AsyncIOMotorClient(os.environ['MONGO_URI'])
|
||||
|
||||
async def _get_collection(collection_name: str):
|
||||
return conn[os.getenv('MONGO_NAME', 'nova-test')][collection_name]
|
||||
|
|
Loading…
Reference in a new issue