瀏覽代碼

change setting

zjxpcyc 6 年之前
父節點
當前提交
759802f70f
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      conf/db.conf
  2. 1
    1
      conf/log.conf

+ 2
- 2
conf/db.conf 查看文件

@@ -5,8 +5,8 @@ db_type      = mysql
5 5
 con_protocol = tcp
6 6
 
7 7
 ; 数据库地址,可以使用IP
8
-# db_addr      = 192.168.0.122
9
-db_addr      = localhost
8
+db_addr      = 192.168.0.122
9
+# db_addr      = localhost
10 10
 
11 11
 ; 端口
12 12
 db_port      = 3306

+ 1
- 1
conf/log.conf 查看文件

@@ -1,4 +1,4 @@
1 1
 [common]
2
-filename="E:\\GoProject\\src\\spaceofcheng\\services\\log\\common.log"
2
+filename="E:\\GoProjects\\src\\spaceofcheng\\services\\log\\common.log"
3 3
 # log level "emergency", "alert", "critical", "error", "warning", "notice", "info", "debug"
4 4
 level="debug"