Files
stork/.env.example
T
ilia 66818f500b
CI / secret-scan (pull_request) Successful in 32s
CI / python-ci (pull_request) Successful in 1m9s
Cap uploads, GC empty boards, drop classic UI
Close residual audit P2: 5 MiB recording limit, opportunistic orphan
board GC, and remove static/index.html.
2026-08-07 21:12:47 -04:00

18 lines
765 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
# Comma-separated board ids that reject member mutations (public demo).
# STORK_READONLY_BOARD_IDS=b_gS0LlZHm-lk
# Optional rate-limit overrides (per IP / hour):
# STORK_RL_BOARDS_PER_HOUR=5
# STORK_RL_SESSIONS_PER_HOUR=60
# STORK_RL_UPLOADS_PER_HOUR=30
# Max recording upload size in bytes (default 5 MiB).
# STORK_MAX_UPLOAD_BYTES=5242880
# Delete empty boards older than this many hours (on create). Default 48.
# STORK_ORPHAN_BOARD_HOURS=48