We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b96e05 + 92a8b9a commit e5f02e7Copy full SHA for e5f02e7
1 file changed
ddk-node/src/opts.rs
@@ -52,6 +52,5 @@ pub struct NodeOpts {
52
pub name: String,
53
#[arg(long)]
54
#[arg(help = "Url for the postgres database connection.")]
55
- #[arg(default_value = "postgres://dlcdevkit:dlcdevkit@localhost:5433/ddk_one")]
56
pub postgres_url: String,
57
}
0 commit comments