config env bugfixes

This commit is contained in:
hojin.jeong
2025-08-25 16:23:30 +09:00
parent 0950a01f96
commit 4301e3003f
2 changed files with 6 additions and 7 deletions
-3
View File
@@ -36,9 +36,6 @@ class Constants {
'2': '반자동',
'3': '자동'
}
static CONFIG_FILENAME = process.env.LOTTO_AUTOMATION_CONFIG_FILENAME ?? 'Config.json'
static CONFIG_PATH = `${process.env.LOTTO_AUTOMATION_CONFIG_DIR ?? '.'}/${Constants.CONFIG_FILENAME}`
}
module.exports = Constants