Skip to content

Commit

Permalink
upt
Browse files Browse the repository at this point in the history
  • Loading branch information
HEUDavid committed Oct 15, 2024
1 parent 6f64075 commit 901d0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/conf.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ ETH_MAINNET = [
[mysql]
user = "your_user"
password = "your_password"
host = "gateway01.ap-northeast-1.prod.aws.tidbcloud.com"
host = "gateway01.ap-northeast-1.prod.aws.tidbcloud.com" # 作者使用的是 https://tidbcloud.com 提供的免费版mysql云服务
port = 4000
dbName = "your_db"
maxIdleConns = 10
maxOpenConns = 100
tls = true
tls = true # 是否启用TLS: true或false,请根据自己的mysql服务器配置

[rmq]
user = "your_user"
password = "your_password"
host = "cougar.rmq.cloudamqp.com"
host = "cougar.rmq.cloudamqp.com" # 作者使用的是 https://customer.cloudamqp.com 提供的免费版rabbitmq云服务
vhost = "/psnbxfjg"
port = 5672
queue = "your_queue"

0 comments on commit 901d0de

Please sign in to comment.