# Copy this file and fill values before sourcing.
export JORTT_CLIENT_ID="your-client-id"
export JORTT_CLIENT_SECRET="your-client-secret"
export JORTT_BASE_URL="https://api.jortt.nl/"

# Optional direct token override
# export JORTT_ACCESS_TOKEN="your-access-token"

# Common path fixture examples
# export JORTT_PARAM_CUSTOMER_ID="408d4652-b07a-4195-817e-0390bb0c9428"
# export JORTT_PARAM_INVOICE_ID="b3b0b7c4-9dab-4ca7-b1c0-16b0ebbb75f7"
# export JORTT_PARAM_ID="generic-id-placeholder"

# Safety flags
# export JORTT_ALLOW_WRITES=true
# export JORTT_RUN_MUTATIONS=true
