services.oncall.settings.db.conn.str

NixOS option

Database connection scheme. The default specifies the connection through a local socket.

type: string
Default
"%(scheme)s://%(user)s@%(host)s:%(port)s/%(database)s?charset=%(charset)s&unix_socket=/run/mysqld/mysqld.sock"
declared in: nixos/modules/services/web-apps/oncall.nixView source on NixOS/nixpkgs →