Skip to content

Commit e5f02e7

Browse files
authored
Merge pull request #143 from kwsantiago/140-hardcoded-creds
2 parents 3b96e05 + 92a8b9a commit e5f02e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ddk-node/src/opts.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ pub struct NodeOpts {
5252
pub name: String,
5353
#[arg(long)]
5454
#[arg(help = "Url for the postgres database connection.")]
55-
#[arg(default_value = "postgres://dlcdevkit:dlcdevkit@localhost:5433/ddk_one")]
5655
pub postgres_url: String,
5756
}

0 commit comments

Comments
 (0)