services.windmill.database.url
Database url. Note that any secret here would be world-readable. Use services.windmill.database.urlPath unstead to include secrets in the url.
- Type
string- Default
"postgres://\$\{config.services.windmill.database.name}?host=/var/run/postgresql";- Declared
- <nixpkgs/nixos/modules/services/web-apps/windmill.nix>