Skip to content

Commit

Permalink
Merge pull request #2492 from WeBankPartners/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
tangjiawei2017 authored Jan 17, 2025
2 parents 209110f + 4428ce5 commit 050d914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/plugin_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ services:
- /etc/localtime:/etc/localtime
- /data/wecube-plugin/db:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=Abcd1234
- MYSQL_ROOT_PASSWORD=default
ports:
- 3306:3306
2 changes: 1 addition & 1 deletion build/wecube.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ user_refresh_token=30

#database
database_image_name=wecube-db:dev
database_init_password=mysql
database_init_password=default

#s3
s3_url=http://127.0.0.1:9000
Expand Down
2 changes: 1 addition & 1 deletion build/wecube_core_mysql.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime
environment:
- MYSQL_ROOT_PASSWORD=Abcd1234
- MYSQL_ROOT_PASSWORD=default
ports:
- 3306:3306
volumes:
Expand Down

0 comments on commit 050d914

Please sign in to comment.