mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-05-20 06:04:41 +02:00
10 lines
383 B
Bash
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 |