diff --git a/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Config.kt b/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Config.kt index 09e134c..490b9ad 100644 --- a/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Config.kt +++ b/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Config.kt @@ -13,8 +13,8 @@ import java.util.* val prop = Properties() class Config { - val confPath = Paths.get("").toAbsolutePath().toString() - val confFile = File("$confPath/bot.cfg") + private val confPath = Paths.get("").toAbsolutePath().toString() + private val confFile = File("$confPath/bot.cfg") init { if (confFile.exists()) {