Treker/uhabits-server/resources/application.conf
2021-01-03 14:43:49 -06:00

10 lines
173 B
Plaintext

ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ org.isoron.uhabits.sync.app.SyncApplicationKt.main ]
}
}