snark/snark-html/src/main/resources/application.conf
2022-06-30 20:51:01 +03:00

12 lines
195 B
Plaintext

ktor {
application {
modules = [ ru.mipt.spc.ApplicationKt.spcModule ]
}
deployment {
port = 7080
watch = ["classes", "data/"]
}
development = true
}