ktor { deployment { port = 8080 } application { modules = [ com.example.ApplicationKt.module ] } } geo { database { path = ${?GEO_DATABASE_PATH} } }