#pragma once #include namespace WebStat { struct Settings { std::string dbType = "postgresql"; }; }