services.oncall.settings.db.conn.str

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
<nixpkgs/nixos/modules/services/web-apps/oncall.nix>