env "name"for a database environmentvariable "name"for user-defined inputs
Minimum config
env “name”
url(string) Connection string. Supportsenv("NAME").cluster_name(string, optional) Cluster name used for template context and replicated tracking. Required when your server has clusters configured.exclude(list<string>, optional) Patterns to ignore.migrations(block) Migration settings.
migrations
dir(string) Path to migrations directory.table_name(string, optional) Custom tracking table.replication_path(string, optional) Replication path for the tracking table.vars(object, optional) Variables for Handlebars templates.