Initial checkin for username creation

This commit is contained in:
stephb9959
2021-07-08 19:23:29 -07:00
parent 23cf3447c7
commit d3ca22b18e
24 changed files with 1095 additions and 861 deletions

View File

@@ -48,7 +48,6 @@ namespace uCentral {
Logger_.setLevel(Poco::Message::PRIO_NOTICE);
Logger_.notice("Starting.");
std::string DBType = Daemon()->ConfigGetString("storage.type");
if (DBType == "sqlite") {
Setup_SQLite();
} else if (DBType == "postgresql") {