mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Seperated hostname and port config data from Config into Settings
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module TAC
|
||||
ROOT_PATH = File.expand_path("../..", __FILE__)
|
||||
CONFIG_PATH = "#{ROOT_PATH}/data/config.json"
|
||||
SETTINGS_PATH = "#{ROOT_PATH}/data/settings.json"
|
||||
|
||||
CONFIG_SPEC_VERSION = 2
|
||||
end
|
||||
Reference in New Issue
Block a user