Skip to content

Commit

Permalink
修改配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
jesion committed Oct 19, 2017
1 parent 6d72ca4 commit 86f16f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-config/super-boot-operation-center-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spring:
#启用安全配置
security:
basic:
enabled: true
enabled: false
user:
name: superboot #用户名
password: superboot #密码
Expand Down
2 changes: 1 addition & 1 deletion client-config/super-boot-operation-center-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spring:
#启用安全配置
security:
basic:
enabled: true
enabled: false
user:
name: superboot #用户名
password: superboot #密码
Expand Down

0 comments on commit 86f16f4

Please sign in to comment.