10 lines
356 B
Bash
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
|