port:修改默认端口为9898。
This commit is contained in:
parent
e37e256e44
commit
869ae67e5a
@ -26,7 +26,7 @@ bool gen_default_ini(const std::string& path)
|
||||
CSimpleIniA ini_handle{};
|
||||
ini_handle.LoadFile(path.c_str());
|
||||
ini_handle.SetValue("Setting", "IP", "127.0.0.1");
|
||||
ini_handle.SetValue("Setting", "PORT", "8989");
|
||||
ini_handle.SetValue("Setting", "PORT", "9898");
|
||||
ini_handle.SaveFile(path.c_str());
|
||||
return true;
|
||||
}
|
||||
|
2
ofen
2
ofen
@ -1 +1 @@
|
||||
Subproject commit 8b2905dadc30a1a7351953b7130f83cff39b69b1
|
||||
Subproject commit 1d86de126afe83c7a9c934adca74006ca90ec65f
|
Loading…
x
Reference in New Issue
Block a user