snark/snark-html/src/main/resources/application.conf

12 lines
195 B
Plaintext
Raw Normal View History

2022-06-30 20:51:01 +03:00
ktor {
application {
modules = [ ru.mipt.spc.ApplicationKt.spcModule ]
}
deployment {
port = 7080
watch = ["classes", "data/"]
}
development = true
}