10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
|
ktor {
|
||
|
deployment {
|
||
|
port = 8080
|
||
|
port = ${?PORT}
|
||
|
}
|
||
|
application {
|
||
|
modules = [ com.kmlabz.k8s.ApplicationKt.module ]
|
||
|
}
|
||
|
}
|