# --- Production / default target (main.ts) --- DOLIBARR_ADDRESS=https://erp.arcodange.lab DOLI_DB_PASSWORD= DOLI_ADMIN_LOGIN=admin DOLI_ADMIN_PASSWORD="" ROOT_FOLDER=$HOME/erp # --- Sandbox provisioning (provisionSandbox.ts) --- # Point at the sandbox and reuse the DOLI_ADMIN_* vars above for the admin login. # Populate from the erp-sandbox namespace secrets (see "Provision the sandbox" in # README.md): # DOLI_ADMIN_PASSWORD <- secret `secretkv` (-n erp-sandbox) # DOLI_DB_PASSWORD <- secret `vso-db-credentials` (-n erp-sandbox) # Override DOLIBARR_ADDRESS to the sandbox when running provisionSandbox.ts: # DOLIBARR_ADDRESS=https://erp-sandbox.arcodange.lab # # Optional: fix the new user's password (otherwise one is generated and only the # API key is emitted). Never commit a real value here. # AI_AGENT_SANDBOX_PASSWORD=""