Rob Duo

Everything Kotlin

  • Managing environments in your Ktor server config

    You want to configure the url of your Ktor server based on whether you’re working in dev or deploying to staging or production. But the Ktor official documentation only shows really basic examples like this: But what if you want to do something like this? Is it possible? So, I decided to test it out….