Serafeim Papastefanos
12/22/2022, 10:40 AMsrc/main/resources/application.conf
and works great. However, to deploy the app I create a fat jar. Is there a way to override some configuration options when I deploy that fat jar ? I know that I can use env vars but there are too many options that would need overriding. is it possible to pass another configuration file to the fatjar that would be used to override configuration options ? i.e run it like java -jar ktor-fat.jar -c local.conf
; when trying to read a configuration value, it will first check local.conf
, if not found then go to resources/application.conf
inside the jarAndrew O'Hara
12/22/2022, 2:44 PMSerafeim Papastefanos
12/22/2022, 3:07 PMSerafeim Papastefanos
12/22/2022, 3:09 PMSerafeim Papastefanos
12/22/2022, 3:09 PMAndrew O'Hara
12/22/2022, 6:40 PMSerafeim Papastefanos
12/22/2022, 6:55 PMLuiz Aguiar
02/21/2023, 4:00 PM