diff --git a/.envrc b/.envrc index cd576b7a05..4197fe1224 100644 --- a/.envrc +++ b/.envrc @@ -86,7 +86,7 @@ export KRATOS_PG_HOST="localhost" export KRATOS_PG_PORT="5433" export OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318" -# TODO: rename to OTEL_SERVICE_NAME +# TODO: rename to OTEL_SERVICE_NAME # https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/#otel_service_name export TRACING_SERVICE_NAME="galoy-dev" @@ -106,5 +106,5 @@ export KRATOS_ADMIN_API="http://localhost:4434" # add your HONEYCOMB_API_KEY and HONEYCOMB_DATASET in .envrc.secrets to test HONEYCOMB if [ -f .envrc.secrets ]; then - source .envrc.secrets + source ./.envrc.secrets fi