Includes multilingual etymology fields, seed data for starter names, and CI-ready Python project layout.
6 lines
188 B
Bash
6 lines
188 B
Bash
# Copy to .env on the deploy host (never commit real tokens).
|
|
STORK_INVITE_TOKEN=change-me-long-random
|
|
STORK_ADMIN_TOKEN=change-me-admin-random
|
|
STORK_COOKIE_SECURE=false
|
|
STORK_DATA=./data
|