Seperated hostname and port config data from Config into Settings

This commit is contained in:
2020-06-16 20:23:09 -05:00
parent ad5dcf8389
commit 78be9a51f3
8 changed files with 82 additions and 16 deletions

View File

@@ -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