Hey all, basically as the title says. Is it possible to provide configuration values to KTOR at runtime from a properties file instead of passing environment variables?
I don’t like environment variables compared to having config in a file, and I’m also starting to run into issues with special characters in environment variables. I’m going to look into how to deal with special characters, but it’d be much nicer if I could just get KTOR to read a properties file and replace the variables in the config.yml file with the values from the properties file.