Files
invariant-gateway/tests/.env.test
T
2025-02-27 10:30:13 +01:00

10 lines
383 B
Bash

# To push traces to the local instance of the explorer app-api
# from the proxy. Both proxy and app-api are on the same network:
# invariant-proxy-web-test
INVARIANT_API_URL=http://invariant-proxy-test-explorer-app-api:8000
INVARIANT_PROXY_API_URL=http://invariant-proxy-test:8000
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=invariantmonitor
POSTGRES_HOST=database