feat: Customize logging level through environment variable

This commit is contained in:
oSumAtrIX
2024-09-28 16:10:58 +02:00
parent 1e3e46ff4f
commit 8b17d8894d
4 changed files with 15 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ fun Application.configureHTTP() {
configurationRepository.corsAllowedHosts.forEach { host ->
allowHost(
host = host,
schemes = listOf("http", "https")
schemes = listOf("http", "https"),
)
}
}