Skip to content

Commit

Permalink
Reorganized configuration files in base module
Browse files Browse the repository at this point in the history
  • Loading branch information
perracodex committed Mar 14, 2024
1 parent 0a78ab2 commit a5ba3d5
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import kotlin.random.Random
object TestUtils {

fun loadSettings() {
val testConfig = ApplicationConfig(configPath = "config_application.conf")
val testConfig = ApplicationConfig(configPath = "config/config_application.conf")

runBlocking {
AppSettings.load(applicationConfig = testConfig)
Expand Down
2 changes: 1 addition & 1 deletion kcrud-server/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://ktor.io/docs/configuration-file.html
# https://ktor.io/docs/configuration-file.html#predefined-properties

include "config_application.conf"
include "config/config_application.conf"

ktor {

Expand Down

0 comments on commit a5ba3d5

Please sign in to comment.