Configuration

Configuration

You can run Zipline with only a few configuration options, while everything else has a default option.

CORE_SECRET=changethis
CORE_DATABASE_URL=postgres://postgres:postgres@postgres/postgres

It will resort to using the local datasource. You may view the default options in the example .env.local.example file.

Last updated: 3/1/2024
Edit this page on GitHub