I've an Akka application which uses multiple configuration values (IP address, port numbers) defined in resource/application.conf
. I'm using the sbt-assembly
plugin to create an uber jar and then deploying this jar.
Is there a way to override the whole application.conf
file by using another file that is outside the uber jar ? (i.e., values in the new conf file are used)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…