services.zitadel.settings

Contents of the runtime configuration file. See https://zitadel.com/docs/self-hosting/manage/configure for more details.

Type
open submodule of (YAML 1.1 value)
Default
{ }
Example
{
  Port = 8123;
  ExternalDomain = "example.com";
  TLS = {
    CertPath = "/path/to/cert.pem";
    KeyPath = "/path/to/cert.key";
  };
  Database.cockroach.Host = "db.example.com";
};
Declared
<nixpkgs/nixos/modules/services/web-apps/zitadel.nix>