mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-02-12 14:32:45 +00:00
11 lines
579 B
Bash
11 lines
579 B
Bash
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=invariantmonitor
|
|
POSTGRES_HOST=database
|
|
|
|
# This specifies the Invariant Explorer instance where the gateway will push the traces
|
|
# Set this to https://preview-explorer.invariantlabs.ai if you want to push to Preview.
|
|
# If you want to push to a local instance of explorer, then specify the app-api docker container name like:
|
|
# http://<app-api-docker-container-name>:8000 to push to the local explorer instance.
|
|
INVARIANT_API_URL=https://explorer.invariantlabs.ai
|
|
GUARDRAILS_API_URL=https://explorer.invariantlabs.ai |