mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 21:32:35 +00:00
6 lines
139 B
Ruby
6 lines
139 B
Ruby
module TAC
|
|
ROOT_PATH = File.expand_path("../..", __FILE__)
|
|
CONFIG_PATH = "#{ROOT_PATH}/data/config.json"
|
|
|
|
CONFIG_SPEC_VERSION = 2
|
|
end |