# Copy to .env (mode 600 — gitignored). Never commit a real key. DOLIBARR_SANDBOX_URL=https://erp-sandbox.arcodange.lab DOLIBARR_SANDBOX_API_KEY= # Populate the key from the Playwright provisioner output (repo test/): # printf 'DOLIBARR_SANDBOX_API_KEY=%s\n' "$(cat ../../../test/.ai_agent_sandbox.key)" >> .env # # The host guard only allows the sandbox FQDN. Override the pattern ONLY if the # sandbox host changes — never widen it to a prod host. # DOLIBARR_SANDBOX_HOST_RE=^https://erp-sandbox\.arcodange\.lab(/|$)