mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -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 ]
|
|
}
|
|
}
|