initial commit
This commit is contained in:
9
resources/application.conf
Normal file
9
resources/application.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
ktor {
|
||||
deployment {
|
||||
port = 8080
|
||||
port = ${?PORT}
|
||||
}
|
||||
application {
|
||||
modules = [ com.kmalbz.ApplicationKt.module ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user