From b7699fac8d077cba2b30dffd311834ea2a4c8891 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 11 Nov 2020 09:49:38 +0100 Subject: Add configuration setting for source cache root Signed-off-by: Matthias Beyer --- src/config/not_validated.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config') diff --git a/src/config/not_validated.rs b/src/config/not_validated.rs index 6764578..8b17833 100644 --- a/src/config/not_validated.rs +++ b/src/config/not_validated.rs @@ -29,6 +29,10 @@ pub struct NotValidatedConfiguration { #[serde(rename = "staging")] staging_directory: String, + #[serde(rename = "source_cache")] + #[getset(get = "pub")] + source_cache_root: String, + #[getset(get = "pub")] #[serde(rename = "database_host")] database_host: String, -- cgit v1.2.3