Files
bincio-activity/site/.env.example
T
2026-03-30 13:30:43 +02:00

10 lines
356 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 (and Upload ↑ button) appear in the site.
# Leave unset (or remove) for production / public deployments.
# PUBLIC_EDIT_URL=http://localhost:4041