Skip to content

Commit

Permalink
refactor: Removed unused field database_url in Database struct
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowHatpro committed Aug 30, 2024
1 parent 2380644 commit 77caac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configuration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pub struct Database {
pub pg_user: String,
pub pg_password: String,
pub pg_database: String,
pub database_url: String,
}

#[derive(Debug, Deserialize)]
Expand Down

0 comments on commit 77caac5

Please sign in to comment.