# Copy to .env and edit. # The first account. Only read when the database has no users: the app creates that account, # marks it admin, and ignores these afterwards. Everyone else joins by invite. ADMIN_EMAIL= ADMIN_PASSWORD= ADMIN_NAME=Ylläpito # Set to false only for local development over plain HTTP. SECURE_COOKIES=true # debug, info, warn or error. debug adds the per-request noise; failures are logged at error # regardless, with the same code the submitter is shown. LOG_LEVEL=info # Public address of the site. Used to build pasteable invite links on the admin page. # Unset falls back to a relative link, which is fine locally. PUBLIC_URL=https://levyraati.example.com