mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-08-28 19:40:37 +02:00
remove superfluous changes
This commit is contained in:
+6
-4
@@ -3,7 +3,9 @@ POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=invariantmonitor
|
||||
POSTGRES_HOST=database
|
||||
|
||||
# This now points to the bundler instead of the explorer. Change
|
||||
# `bundler-session-bundler-1` to the name of the bundler container, if it is different.
|
||||
INVARIANT_API_URL=http://bundler-session-bundler-1:8210
|
||||
GUARDRAILS_API_URL=http://bundler-session-bundler-1:8210
|
||||
# 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
|
||||
Reference in New Issue
Block a user