Typesafe config: Load additional config from path external to packaged scala application April 24, 2023 by Tarik I think what you want is: val myCfg = ConfigFactory.parseFile(new File("my_path/hdfs.conf"))