Skip to content

Commit

Permalink
config file change back
Browse files Browse the repository at this point in the history
  • Loading branch information
yuan.cheng committed Nov 24, 2016
1 parent e72785f commit 2c8066a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lts-admin/src/main/resources/lts-admin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configs.zk.client=zkclient
# ------ 这个是Admin存储数据的地方,也可以和JobQueue的地址一样 ------
configs.jdbc.url=jdbc:mysql://127.0.0.1:3306/lts
configs.jdbc.username=root
configs.jdbc.password=qwer1234
configs.jdbc.password=root

# admin 数据使用mysql 默认 mysql, 可以自行扩展
jdbc.datasource.provider=mysql
Expand Down
2 changes: 1 addition & 1 deletion lts-admin/src/main/resources/lts-monitor.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ configs.job.queue=mysql
# ------ 1. 如果是mysql作为任务队列 ------
configs.jdbc.url=jdbc:mysql://127.0.0.1:3306/lts
configs.jdbc.username=root
configs.jdbc.password=qwer1234
configs.jdbc.password=root

# ------ 2. 如果是mongo作为任务队列 ------
configs.mongo.addresses=127.0.0.1:27017
Expand Down

0 comments on commit 2c8066a

Please sign in to comment.