Config
This page will document every configuration option available in Zipline through environment variables, as well as through the settings dashboard.
By default, only the DATABASE_URL AND CORE_SECRET environment variables are required. The rest are optional, and have default values.
Info
It is important that the CORE_SECRET is not easily guessable. This secret is
used to sign website cookies, and should be kept private. If the secret is
comprimised, it is recommended to change it immediately, as it can be used to
gain unauthorized access to the website.
Example
.env
DATABASE_URL=postgresql://user:password@localhost:5432/ziplineCORE_SECRET="secret"CORE_PORT=3000CORE_HOSTNAME=0.0.0.0DATASOURCE_TYPE=localDATASOURCE_LOCAL_DIRECTORY=./uploads
Links
Wayland Guide
Having trouble taking screenshots or recording on Wayland (Linux)? Her...
Core
This page documents the core configuration options available.
Last updated: Jul 28, 2025
Edit this page on GitHub