Files
bincio-activity/site/.env.example
T
Davide Scaini 6fa7e2bea3 add publish infrastructure and update docs for public release
- publish/manifest: explicit file allowlist for public repo
- publish/CLAUDE.md: sanitized version (no personal data paths)
- publish/extract_config.example.yaml: generic paths and owner
- publish.sh: orphan-branch publish script (single squashed commit)
- site/.env.example: documents BINCIO_DATA_DIR and PUBLIC_EDIT_URL
- README.md: updated pipeline diagram, quick start, project layout
- CHEATSHEET.md: added bincio render and bincio edit sections,
  sidecar format reference, updated daily workflow
2026-03-29 16:07:06 +02:00

10 lines
346 B
Bash

# Copy to .env and fill in your values.
# Path to your BAS data store (output of `bincio extract`)
BINCIO_DATA_DIR=~/bincio_data
# Optional: URL of a running `bincio edit` server.
# When set, an Edit button appears on activity detail pages.
# Leave unset (or remove) for production / public deployments.
# PUBLIC_EDIT_URL=http://localhost:4041