My scala application will be packaged into a jar. When I run my app, it needs to read an additional config file stored externally to my app jar. I am looking for functionality s
val config = ConfigFactory.load("pathtoFile/FileName.propertes")
works, too.