services.warpgate.databaseUrlFile

NixOS option

Path to file containing database connection string with credentials. Should be a one line file with: database_url: <protocol>://<username>:<password>@<host>/<database>. See SeaORM documentation.

type: null or string
Default
null
declared in: nixos/modules/services/security/warpgate.nixView source on NixOS/nixpkgs →