diff --git a/src/main.rs b/src/main.rs index 8d2063e..42ce185 100644 --- a/src/main.rs +++ b/src/main.rs @@ -133,7 +133,7 @@ pub struct Config { #[tokio::main] async fn main() -> Result<(), BoxDynError> { let config = toml::from_str::( - &fs::read_to_string("registry.toml") + &fs::read_to_string("/etc/warehouse/warehouse.toml") .await .expect("Config file missing"), )