Configuration of Zipline. See https://zipline.diced.sh/docs/config for more information.
Declarations
Type
attribute set of (string or signed integer)
Default
{ }
Example
{
CORE_DATABASE_URL = "postgres://postgres:postgres@postgres/postgres";
CORE_HOST = "0.0.0.0";
CORE_PORT = "3000";
CORE_SECRET = "changethis";
DATASOURCE_LOCAL_DIRECTORY = "/var/lib/zipline/uploads";
}