mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
Don't try to load settings.json.
This commit is contained in:
parent
40b0850a47
commit
71d0366681
2
main.cpp
2
main.cpp
@ -61,7 +61,7 @@ int main(int argc, char **argv) {
|
||||
//user_manager->set_path("./users/");
|
||||
|
||||
Settings *settings = new Settings(true);
|
||||
settings->parse_file("settings.json");
|
||||
//settings->parse_file("settings.json");
|
||||
|
||||
FileCache *file_cache = new FileCache(true);
|
||||
file_cache->wwwroot = "./www";
|
||||
|
Loading…
Reference in New Issue
Block a user