Skip to content

Commit 9b95325

Browse files
authored
Update application.ini
1 parent c170d0e commit 9b95325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf/application.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ftp.config.username="root"
4747
ftp.config.password="root"
4848
;redis配置
4949
redis.config.server="192.168.102.163"
50+
redis.config.auth="1234qwe"
5051
redis.config.port="6379"
5152
;数据库连接池配置
5253
DbServer.async=true
@@ -82,4 +83,4 @@ task.port="9506"
8283
task.logfile=MYPATH "/server/log/task.log"
8384
;hprose服务配置
8485
hprose.ServerIp="127.0.0.1"
85-
hprose.port="9510"
86+
hprose.port="9510"

0 commit comments

Comments
 (0)