From 06e00f9dd6eb92ef4bff61e9c441fa273741c5c2 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:33:11 +0900 Subject: [PATCH] =?UTF-8?q?watchdob-bell:=20=E8=A8=AD=E5=AE=9A=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AEkey=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/kotlin/dev/usbharu/watchdog/bell/Application.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchdog-bell/src/main/kotlin/dev/usbharu/watchdog/bell/Application.kt b/watchdog-bell/src/main/kotlin/dev/usbharu/watchdog/bell/Application.kt index ab79ac0..eac1cb8 100644 --- a/watchdog-bell/src/main/kotlin/dev/usbharu/watchdog/bell/Application.kt +++ b/watchdog-bell/src/main/kotlin/dev/usbharu/watchdog/bell/Application.kt @@ -16,7 +16,7 @@ fun main(args: Array) { 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