diff --git a/app/working_database.py b/app/working_database.py index 8108f30..5155a32 100644 --- a/app/working_database.py +++ b/app/working_database.py @@ -6,7 +6,6 @@ def connect_hvac(): url='https://vlt.dataekb.ru:8222', token=os.environ.get('VAULT_TOKEN'), ) - print(f"Vault URL: {os.getenv('VAULT_ADDR')}") print(f"Token exists: {bool(os.getenv('VAULT_TOKEN'))}") print(f"Authenticated: {client.is_authenticated()}") diff --git a/docker-compose.yaml b/docker-compose.yaml index f88bad0..73f17da 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,4 +6,4 @@ services: container_name: parse_saby build: . env_file: - - .env \ No newline at end of file + - .venv \ No newline at end of file