@ -47,10 +47,10 @@ def print_env():
"""
Print all environment variables from ArangoDB 'enviroment' collection to the terminal.
for key, value in get_env().items():
if isinstance(value, dict):
continue
print(f"{key}: {value}")
def print_info():