Merge pull request 'watchdob-bell: 設定ファイルのkeyを修正' (#19) from watchdog-bell into master

Reviewed-on: #19
This commit is contained in:
usbharu 2024-03-19 06:35:03 +00:00
commit 631a4c831f
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