minors changes

This commit is contained in:
2025-03-27 11:57:34 +01:00
parent e4ffd7792b
commit 027747a20b
2 changed files with 1 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ dependencies {
testImplementation("io.kotest:kotest-extensions-koin:$kotest_version") testImplementation("io.kotest:kotest-extensions-koin:$kotest_version")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version") testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
testImplementation("io.ktor:ktor-server-test-host-jvm:2.3.11") testImplementation("io.ktor:ktor-server-test-host-jvm:$ktor_version")
testImplementation("io.kotest:kotest-runner-junit5:$kotest_version") testImplementation("io.kotest:kotest-runner-junit5:$kotest_version")
testImplementation("io.mockk:mockk:1.13.17") testImplementation("io.mockk:mockk:1.13.17")
} }

View File

@@ -1,7 +1,6 @@
ktor { ktor {
deployment { deployment {
port = 8080 port = 8080
host = 0.0.0.0
} }
application { application {
modules = [ eventDemo.configuration.ConfigureKt.configure ] modules = [ eventDemo.configuration.ConfigureKt.configure ]