This commit is contained in:
Matthew Ryan Dillon 2025-05-11 21:45:37 -04:00
parent ebda2117d5
commit 7256ce03ad

View file

@ -9,10 +9,6 @@ pub struct Config {
pub cache_pollen_secs: Option<u64>,
pub cache_calendar_secs: Option<u64>,
pub weather_api_key: String,
pub pollen_api_key: String,
pub calendar_api_key: String,
pub shopify_api_key: String,
pub shopify_store: String,
pub calendar_event_count: usize,
pub location: String,
pub timezone: String,