You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"", fmt.Errorf("missing database URL: please set it using the --db-url flag, the DBOS_SYSTEM_DATABASE_URL environment variable, or in your dbos-config.yaml file")
61
+
return"", fmt.Errorf("missing database URL: please set it using the --db-url flag, your dbos-config.yaml file, or the DBOS_SYSTEM_DATABASE_URL environment variable")
61
62
}
62
63
63
64
// Log the database URL in verbose mode with masked password
0 commit comments