-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.env.example
More file actions
43 lines (32 loc) · 1.32 KB
/
.env.example
File metadata and controls
43 lines (32 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
POSTGRES_USER=devguard
POSTGRES_PASSWORD=devguard
POSTGRES_DB=devguard
POSTGRES_HOST=localhost
KRATOS_DB_PASSWORD=secret
ORY_KRATOS_PUBLIC=http://127.0.0.1:4433
ORY_KRATOS_ADMIN=http://127.0.0.1:4434
GITHUB_WEBHOOK_SECRET=secret
GITHUB_APP_ID=923505
GITHUB_PRIVATE_KEY=devguard-bot-dev.2025-03-28.private-key.pem
INSTANCE_DOMAIN=https://api.devguard.org #Choose which version of devguard you want to use
FRONTEND_URL=http://localhost:3000
PDF_GENERATION_API=https://dwt-api.dev-l3montree.cloud/pdf
# comment to disable error tracking
ERROR_TRACKING_DSN="https://<your-error-tracking-dsn>"
# ENVIRONMENT can be dev, stage or prod
ENVIRONMENT=dev
OSI_LICENSES_API=https://opensource.org/api/license/
ALPINE_LICENSE_API=https://dl-cdn.alpinelinux.org/
ALPINE_RELEASES_API=https://alpinelinux.org/releases.json
CSAF_PASSPHRASE=example-passphrase
# OpenTelemetry tracing
# Set to a value > 0 to enable tracing (e.g. 1.0 = 100%, 0.1 = 10%)
# TRACES_SAMPLE_RATE=1.0
# Set to "stdout" to print spans to stderr for local debugging
# OTEL_TRACES_EXPORTER=stdout
# OTLP endpoint for sending traces (scheme selects transport):
# grpc://host:port → gRPC, no TLS (e.g. local Jaeger)
# grpcs://host:port → gRPC, TLS
# http://host:port → HTTP, no TLS
# https://host:port → HTTP, TLS
# OTEL_EXPORTER_OTLP_ENDPOINT=grpc://localhost:4317