Skip to content
Snippets Groups Projects
Commit d35923c8 authored by Brian Lewis's avatar Brian Lewis
Browse files

Fix expected config file name

parent d8b96175
No related branches found
Tags 0.5.0
2 merge requests!2Ingest different DRS formats,!1Ingest
Pipeline #16265 passed
File moved
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment