new default config

This commit is contained in:
Talyx
2022-02-20 20:07:26 +03:00
parent 9fbb6cf91b
commit 6510f5c012
2 changed files with 32 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ int main(int argc, char **argv)
(void)argv;
Server server;
char *path = (char *)"config/real.toml";
char *path = (char *)"config/def.toml";
try
{