watchdob-bell: 設定ファイルのkeyを修正 #19

Merged
usbharu merged 1 commits from watchdog-bell into master 2024-03-19 06:35:04 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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