From d35923c89f9de72fb0981a88efed75401488e18a Mon Sep 17 00:00:00 2001
From: Brian Lewis <keller@csh.rit.edu>
Date: Thu, 17 Mar 2022 15:02:22 +0100
Subject: [PATCH] Fix expected config file name

---
 .docker/{freva.conf => evaluation_system.conf} | 0
 freva-ingest/src/config.rs                     | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename .docker/{freva.conf => evaluation_system.conf} (100%)

diff --git a/.docker/freva.conf b/.docker/evaluation_system.conf
similarity index 100%
rename from .docker/freva.conf
rename to .docker/evaluation_system.conf
diff --git a/freva-ingest/src/config.rs b/freva-ingest/src/config.rs
index 230904a..35ba17b 100644
--- a/freva-ingest/src/config.rs
+++ b/freva-ingest/src/config.rs
@@ -19,7 +19,7 @@ pub struct SolrConfig {
     pub core: String,
 }
 
-const CONFIG_NAME: &str = "freva.conf";
+const CONFIG_NAME: &str = "evaluation_system.conf";
 const DRS_CONFIG_NAME: &str = "drs_config.toml";
 
 const EVAL_SYSTEM_KEY: &str = "evaluation_system";
-- 
GitLab