patagia-control/.envrc.recommended
Daniel Lundin 32d0d2f02b
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
feat: Add user resource w/database as storage
2025-01-09 00:38:22 +01:00

8 lines
344 B
Text

nix_direnv_manual_reload
use flake
export DATABASE_URL=postgresql://patagia:swordfish@patagia?host=$XDG_RUNTIME_DIR/patagia-postgres
export OTEL_EXPORTER_OTLP_TRACES_PROTOCOL="http/protobuf"
export OTEL_RESOURCE_ATTRIBUTES=host.name=$HOSTNAME
export OTEL_SERVICE_NAME=$USER.patagia-control
export OTEL_TRACES_SAMPLER=always_on
dotenv_if_exists