~cytrogen/vbhelper

ref: e9d2cce8024f3fd3bacb258c183c31f59d3f4b40 vbhelper/server/src/main/resources/application.conf -rw-r--r-- 189 bytes
e9d2cce8 — Cytrogen Add UnifiedPush notification system with Ktor server a month ago
                                                                                
1
2
3
4
5
6
7
8
9
ktor {
    deployment {
        port = 8080
        host = "0.0.0.0"
    }
    application {
        modules = [ com.github.nacabaro.vbhelper.server.ApplicationKt.configureServer ]
    }
}