Skip to content

Commit

Permalink
feat(application): 删除敏感信息
Browse files Browse the repository at this point in the history
  • Loading branch information
conifercone committed Apr 18, 2024
1 parent 092ddde commit 69b4ca8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion centaur-authentication/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spring:
password: ${nacos_passwd:nacos}
namespace: ${nacos_namespace:centaur}
group: ${nacos_group:DEFAULT_GROUP}
ip: 10.11.204.24
config:
server-addr: ${nacos_ip:localhost:8848}
username: ${nacos_username:nacos}
Expand Down
1 change: 0 additions & 1 deletion centaur-log/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spring:
password: ${nacos_passwd:nacos}
namespace: ${nacos_namespace:centaur}
group: ${nacos_group:DEFAULT_GROUP}
ip: 10.11.204.24
config:
server-addr: ${nacos_ip:localhost:8848}
username: ${nacos_username:nacos}
Expand Down
1 change: 0 additions & 1 deletion centaur-unique/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ spring:
password: ${nacos_passwd:nacos}
namespace: ${nacos_namespace:centaur}
group: ${nacos_group:DEFAULT_GROUP}
ip: 10.11.204.24
config:
server-addr: ${nacos_ip:localhost:8848}
username: ${nacos_username:nacos}
Expand Down

0 comments on commit 69b4ca8

Please sign in to comment.