Update tdata to patch format, change config constants accordingly

This commit is contained in:
gsemaj
2021-05-01 20:49:54 -04:00
committed by Gent Semaj
parent b2a8b86e4c
commit 59303ba30d
5 changed files with 40 additions and 29 deletions

View File

@@ -24,7 +24,8 @@ namespace settings {
extern std::string EGGSJSON;
extern std::string GRUNTWORKJSON;
extern std::string DBPATH;
extern std::string PATCHPATH;
extern std::string PATCHDIR;
extern std::string TDATADIR;
extern int EVENTMODE;
extern bool MONITORENABLED;
extern int MONITORPORT;