12345678910111213141516171819202122232425262728293031323334353637 |
- [info]
- url = "https://mint.thesimplekid.dev/"
- listen_host = "127.0.0.1"
- listen_port = 8085
- mnemonic = ""
- # input_fee_ppk = 0
- [mint_info]
- # name = "cdk-mintd mutiney net mint"
- # Hex publey of mint
- # pubkey = ""
- # description = "These are not real sats for testing only"
- # description_long = "A longer mint for testing"
- # motd = "Hello world"
- # contact_email = "hello@cashu.me"
- # Nostr pubkey of mint (Hex)
- # contact_nostr_public_key = ""
- [database]
- # Database engine (sqlite/redb) defaults to sqlite
- # engine = "sqlite"
- [ln]
- # Required ln backend `cln`, `strike`, `fakewallet`
- ln_backend = "cln"
- # CLN
- # Required if using cln backend path to rpc
- # cln_path = ""
- # Strike
- # Required if using strike backed
- # strike_api_key=""
|