ktor { deployment { port = 8080 host = "0.0.0.0" } application { modules = [ de.krisenvorrat.server.ApplicationKt.module ] } } krisenvorrat { apiKey = "change-me-to-a-secure-key-at-least-32-chars" apiKey = ${?KRISENVORRAT_API_KEY} }