Skip to content

Commit

Permalink
fix: env uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jan 31, 2024
1 parent 1e005ab commit 71a726e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

- [Changelog](#changelog)
- [0.2.](#02)
- [0.2.0](#020)
- [0.1.0](#010)

---

## 0.2.
## 0.2.0

Released on 31/01/2024

Expand Down
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use std::path::PathBuf;

/// App configuration read from environment
#[derive(Debug, Deserialize, Serialize)]
#[serde(rename_all = "SCREAMING_SNAKE_CASE")]
pub struct Config {
pub email_sender: String,
pub listen_url: String,
Expand Down

0 comments on commit 71a726e

Please sign in to comment.