Browse Source

修改数据库IP为本地数据库

master
Your Name 3 years ago
parent
commit
e43752ddea
  1. BIN
      lib/libmodels.so
  2. 4
      modules/Disposition/include/Disposition.hpp

BIN
lib/libmodels.so

Binary file not shown.

4
modules/Disposition/include/Disposition.hpp

@ -4,7 +4,7 @@
* @Autor: lishengyin * @Autor: lishengyin
* @Date: 2022-04-12 08:37:45 * @Date: 2022-04-12 08:37:45
* @LastEditors: lishengyin * @LastEditors: lishengyin
* @LastEditTime: 2022-04-12 10:16:08 * @LastEditTime: 2022-04-12 14:02:20
*/ */
#ifndef __DISPOSITION_HPP_ #ifndef __DISPOSITION_HPP_
#define __DISPOSITION_HPP_ #define __DISPOSITION_HPP_
@ -65,7 +65,7 @@ public:
bool getUserInfos(); bool getUserInfos();
protected: protected:
std::string mysqlIP = "101.35.200.152"; std::string mysqlIP = "0.0.0.0";
int port = 13306; int port = 13306;
map<std::string, std::string> LoginInfos; map<std::string, std::string> LoginInfos;
}; };

Loading…
Cancel
Save