removed AVALON_MONGO

This commit is contained in:
Jakub Trllo 2022-04-14 16:36:21 +02:00
parent b334a4251b
commit 87a99d6d02
2 changed files with 0 additions and 4 deletions

View file

@ -95,9 +95,6 @@ def session_data_from_environment(context_keys=False):
# Used during any connections to the outside world
("AVALON_TIMEOUT", "1000"),
# Address to Asset Database
("AVALON_MONGO", "mongodb://localhost:27017"),
# Name of database used in MongoDB
("AVALON_DB", "avalon"),
):

View file

@ -19,7 +19,6 @@ def my_exception_hook(exctype, value, traceback):
if __name__ == '__main__':
os.environ["AVALON_MONGO"] = "mongodb://localhost:27017"
os.environ["OPENPYPE_MONGO"] = "mongodb://localhost:27017"
os.environ["AVALON_DB"] = "avalon"
os.environ["AVALON_TIMEOUT"] = "1000"