Merge pull request 'watchdob-bell: 設定ファイルのkeyを修正' (#19) from watchdog-bell into master
Reviewed-on: #19
This commit is contained in:
commit
631a4c831f
|
@ -16,7 +16,7 @@ fun main(args: Array<String>) {
|
|||
fun Application.module() {
|
||||
val url = environment.config.property("watchdog-bell.url").getString()
|
||||
val token = environment.config.property("watchdog-bell.token").getString()
|
||||
val port = environment.config.property("watchdog-bell.token").getString().toInt()
|
||||
val port = environment.config.property("watchdog-bell.port").getString().toInt()
|
||||
|
||||
val httpClient = HttpClient(CIO) {
|
||||
expectSuccess = true
|
||||
|
|
Loading…
Reference in New Issue