Pogger/src/Config.cpp

10 lines
183 B
C++
Raw Normal View History

2020-07-03 19:13:41 -05:00
#include <String.h>
#include "Config.h"
Config::Config () {
verbose = false;
daemon = true;
mimetype = BString("text/xml");
outDir = BString("/boot/home/feeds/");
}