Skip to content

Commit

Permalink
chore: allow args for just run-mint
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 13, 2024
1 parent b40a585 commit ac0feea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MINT_HOST_PORT="[::]:3338"
# if set will serve the wallet from the given path
#MINT_SERVE_WALLET_PATH=./flutter/build/web

# optional mint info
# mint info (optional)
MINT_INFO_NAME=moksha-mint
# If set to true the version of the mint crate will be displayed in the mint info
MINT_INFO_VERSION=true
Expand All @@ -33,7 +33,7 @@ MINT_INFO_DESCRIPTION_LONG="mint description long"
MINT_INFO_MOTD="some message of the day"
MINT_INFO_CONTACT_EMAIL="[email protected]"


# fee configuration (optional) defaults to 1.0 / 4000
MINT_LIGHTNING_FEE_PERCENT=1.0
MINT_LIGHTNING_RESERVE_FEE_MIN=4000

Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ run-coverage:

# run the cashu-mint
run-mint:
RUST_BACKTRACE=1 MINT_APP_ENV=dev cargo run --bin moksha-mint
run-mint *ARGS:
RUST_BACKTRACE=1 MINT_APP_ENV=dev cargo run --bin moksha-mint -- {{ARGS}}

# run cli-wallet with the given args
run-cli *ARGS:
Expand Down

0 comments on commit ac0feea

Please sign in to comment.