Skip to content

Commit

Permalink
build: Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Apr 28, 2024
1 parent 8ef6d73 commit 3f882db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ RABBITMQ_URI=amqp://${RABBITMQ_DEFAULT_USER}:${RABBITMQ_DEFAULT_PASS}@host.docke
# App and DB env vars
TRACECAT__APP_ENV=dev
TRACECAT__DB_ENCRYPTION_KEY=your-fernet-key
TRACECAT__DB_URI=postgresql+psycopg://postgres:postgres@host.docker.internal:54322/postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
TRACECAT__DB_URI=postgresql+psycopg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@host.docker.internal:5432/postgres
# Used to authenticate with Tracecat services
TRACECAT__SERVICE_KEY=${ openssl rand -hex 32 }
# Used to generate private webhook URLs
Expand Down

0 comments on commit 3f882db

Please sign in to comment.