mirror of
https://git.mapside.kr/public/lotto_automation.git
synced 2026-09-20 16:05:02 +09:00
config env bugfixes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user