2024-12-15 22:12:59 +01:00
|
|
|
nix_direnv_manual_reload
|
2024-10-20 19:29:28 +02:00
|
|
|
use flake
|
2025-01-06 20:40:02 +01:00
|
|
|
export DATABASE_URL=postgresql://patagia:swordfish@/patagia?host=$XDG_RUNTIME_DIR/patagia-postgres
|
2025-01-08 18:54:02 +01:00
|
|
|
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
|