Skip to content

Commit 88c1020

Browse files
committed
Log url
1 parent 6a5cfac commit 88c1020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async fn main() {
3939

4040
let url = std::env::var("POSTGRES_URL")
4141
.unwrap_or_else(|_| "postgres://postgres:postgres@127.0.0.1:5432/iop".to_owned());
42+
println!("{url}");
4243
let pool = Pool::connect(&url)
4344
.await
4445
.expect("Unable to connect to database");

0 commit comments

Comments
 (0)