Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 9071ef2

Browse files
committed
[conf] use default mysql password
1 parent 1bd8d2b commit 9071ef2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

config/confgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ confs=(
1313
'%%TRANSFER_HTTP%%=0.0.0.0:6060'
1414
'%%TRANSFER_RPC%%=0.0.0.0:8433'
1515
'%%REDIS%%=127.0.0.1:6379'
16-
'%%MYSQL%%=root:password@tcp(127.0.0.1:3306)'
16+
'%%MYSQL%%=root:@tcp(127.0.0.1:3306)'
1717
'%%PLUS_API_DEFAULT_TOKEN%%=default-token-used-in-server-side'
1818
'%%PLUS_API_HTTP%%=0.0.0.0:8080'
1919
)

0 commit comments

Comments
 (0)