I use the typafe config library in my code and then create a jar file. The application works fine when I paste the reference.conf file into the jar. But is it possible to provide the configuration file as a parameter to the bank? eg
java -DmyconfigFile=/dir/dir/reference.conf -jar myjar package.class.myobject.
scala configuration typesafe
CruncherBigData
source share