Skip to content

Commit

Permalink
refactor: 💡 去掉trx
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed May 4, 2024
1 parent 337ae0d commit 286ef9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tokenpay/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:buster

LABEL MAINTAINER [email protected]
LABEL VERSION 1.0.1
LABEL VERSION 1.0.2

ENV TZ Asia/Shanghai

Expand Down
1 change: 0 additions & 1 deletion tokenpay/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cat > /app/appsettings.json <<-EOF
"BaseCurrency": "${BASE_CURRENCY:-CNY}", //默认货币,支持 CNY、USD、EUR、GBP、AUD、HKD、TWD、SGD
"Rate": { //汇率 设置0将使用自动汇率
"USDT": 0,
"TRX": 0,
"ETH": 0,
"USDC": 0,
"MATIC": 0
Expand Down

0 comments on commit 286ef9c

Please sign in to comment.