mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 13:32:33 +00:00
7 lines
188 B
Ruby
7 lines
188 B
Ruby
module TAC
|
|
ROOT_PATH = File.expand_path("../..", __FILE__)
|
|
CONFIGS_PATH = "#{ROOT_PATH}/data/configs"
|
|
SETTINGS_PATH = "#{ROOT_PATH}/data/settings.json"
|
|
|
|
CONFIG_SPEC_VERSION = 2
|
|
end |