services.zipline.settings
Configuration of Zipline. See https://zipline.diced.sh/docs/config for more information.
- Type
open submodule of attribute set of (string or signed integer)- Default
{ }- Example
{ CORE_HOSTNAME = "0.0.0.0"; CORE_PORT = "3000"; CORE_SECRET = "changethis"; DATABASE_URL = "postgres://postgres:postgres@postgres/postgres"; DATASOURCE_LOCAL_DIRECTORY = "/var/lib/zipline/uploads"; DATASOURCE_TYPE = "local"; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/zipline.nix>