patagia-control/.envrc.recommended

9 lines
344 B
Text
Raw Permalink Normal View History

nix_direnv_manual_reload
2024-10-20 19:29:28 +02:00
use flake
2025-01-09 00:41:08 +01:00
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
2024-10-20 19:29:28 +02:00
dotenv_if_exists