ktor {
    deployment {
        port = 8080
        port = ${?PORT}
    }
    application {
        modules = [ com.example.ApplicationKt.module ]

        api_key = ""
        api_key = ${?API_KEY}
    }
}
