mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-08 10:08:51 -06:00
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
ktor {
|
|
deployment {
|
|
port = 8080
|
|
port = ${?PORT}
|
|
}
|
|
application {
|
|
modules = [ org.isoron.uhabits.sync.app.SyncApplicationKt.main ]
|
|
}
|
|
}
|