description="Database url. Note that any secret here would be world-readable. Use `services.windmill.database.urlPath` unstead to include secrets in the url.";
};
urlPath=lib.mkOption{
type=lib.types.path;
type=lib.types.nullOrlib.types.path;
description=''
Path to the file containing the database url windmill should connect to. This is not deducted from database user and name as it might contain a secret