Skip to content

Commit

Permalink
Update application.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
qieangel2013 authored Mar 15, 2017
1 parent c170d0e commit 9b95325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/application.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ftp.config.username="root"
ftp.config.password="root"
;redis配置
redis.config.server="192.168.102.163"
redis.config.auth="1234qwe"
redis.config.port="6379"
;数据库连接池配置
DbServer.async=true
Expand Down Expand Up @@ -82,4 +83,4 @@ task.port="9506"
task.logfile=MYPATH "/server/log/task.log"
;hprose服务配置
hprose.ServerIp="127.0.0.1"
hprose.port="9510"
hprose.port="9510"

0 comments on commit 9b95325

Please sign in to comment.