Skip to content

Instantly share code, notes, and snippets.

@aqua30
Created October 31, 2021 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aqua30/d0ed4a9db3f8d41887fe776ba0eebd2c to your computer and use it in GitHub Desktop.
Save aqua30/d0ed4a9db3f8d41887fe776ba0eebd2c to your computer and use it in GitHub Desktop.
Application config
ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ com.aqua30.ApplicationKt.module ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment