mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Added support for multiple configs (local only for now)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module TAC
|
||||
ROOT_PATH = File.expand_path("../..", __FILE__)
|
||||
CONFIG_PATH = "#{ROOT_PATH}/data/config.json"
|
||||
CONFIGS_PATH = "#{ROOT_PATH}/data/configs"
|
||||
SETTINGS_PATH = "#{ROOT_PATH}/data/settings.json"
|
||||
|
||||
CONFIG_SPEC_VERSION = 2
|
||||
|
||||
Reference in New Issue
Block a user