# Copy this file and fill values before sourcing/executing.
$env:JORTT_CLIENT_ID = "your-client-id"
$env:JORTT_CLIENT_SECRET = "your-client-secret"
$env:JORTT_BASE_URL = "https://api.jortt.nl/"
# Optional direct token override
# $env:JORTT_ACCESS_TOKEN = "your-access-token"
# Common path fixture examples
# $env:JORTT_PARAM_CUSTOMER_ID = "408d4652-b07a-4195-817e-0390bb0c9428"
# $env:JORTT_PARAM_INVOICE_ID = "b3b0b7c4-9dab-4ca7-b1c0-16b0ebbb75f7"
# $env:JORTT_PARAM_ID = "generic-id-placeholder"
# Safety flags
# $env:JORTT_ALLOW_WRITES = "true"
# $env:JORTT_RUN_MUTATIONS = "true"