Skip to content

Commit

Permalink
chore: remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 23, 2024
1 parent 4413976 commit d46d987
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/chat-app-server/configuration/local.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[application]
host = "127.0.0.1"
base_url = "http://127.0.0.1"
[database]
require_ssl = false
2 changes: 0 additions & 2 deletions crates/wykies-server/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pub struct ApplicationSettings {
#[serde(deserialize_with = "deserialize_number_from_string")]
pub port: u16,
pub host: String,
// TODO 2: Look into if this field is used for removal
pub base_url: String,
pub hmac_secret: SecretString,
}

Expand Down

0 comments on commit d46d987

Please sign in to comment.