Hi, how do I start a native compiled build of ktor with a config file (application.conf)? It doesnt find config files
a
Aleksei Tirman [JB]
06/26/2023, 10:26 AM
You have to configure the server manually for the nix targets because the module method, which is read from the config, cannot be executed via reflection. Also, you can use only the YAML configuration. Here is an example: