Boards use /b/<uid> with no invite password; restore renamable columns, recordings, and seeded locale notes, with first column locked.
8 lines
320 B
Bash
8 lines
320 B
Bash
# Copy to .env for local run / deploy host (never commit real tokens).
|
|
# Optional: bootstraps a "Family" board that legacy ?invite= links can resolve.
|
|
STORK_INVITE_TOKEN=change-me-long-random
|
|
STORK_ADMIN_TOKEN=change-me-admin-random
|
|
STORK_COOKIE_SECURE=false
|
|
STORK_DATA=./data
|
|
# STORK_PUBLIC_URL=https://stork.levkin.ca
|