Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-uxuy committed Jan 16, 2024
1 parent 5d89d97 commit 92daacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_jsonrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"database": {
"type": "mysql",
"dsn": "root:1234qwer@tcp(127.0.0.1:3306)/tap_indexer?charset=utf8mb4&parseTime=True&loc=Local&collation=utf8mb4_general_ci",
"dsn": "root:@tcp(127.0.0.1:3306)/tap_indexer?charset=utf8mb4&parseTime=True&loc=Local&collation=utf8mb4_general_ci",
"enable_log": true
},
"log_level": "info",
Expand Down

0 comments on commit 92daacc

Please sign in to comment.