example.config.toml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [info]
  2. url = "https://mint.thesimplekid.dev/"
  3. listen_host = "127.0.0.1"
  4. listen_port = 8085
  5. mnemonic = ""
  6. # input_fee_ppk = 0
  7. # enable_swagger_ui = false
  8. [mint_info]
  9. # name = "cdk-mintd mutiney net mint"
  10. # Hex pubkey of mint
  11. # pubkey = ""
  12. # description = "These are not real sats for testing only"
  13. # description_long = "A longer mint for testing"
  14. # motd = "Hello world"
  15. # icon_url = "https://this-is-a-mint-icon-url.com/icon.png"
  16. # contact_email = "hello@cashu.me"
  17. # Nostr pubkey of mint (Hex)
  18. # contact_nostr_public_key = ""
  19. [database]
  20. # Database engine (sqlite/redb) defaults to sqlite
  21. # engine = "sqlite"
  22. [ln]
  23. # Required ln backend `cln`, `lnd`, `strike`, `fakewallet`, 'lnbits', 'phoenixd'
  24. ln_backend = "cln"
  25. # For 'phoenixd' backend, also specify fee_percent (% fee of the ln payment that mint will put in the melt quote) and reserve_fee_min (absolute amount-higher of fee_percent or reserve_fee_min is the fee reserve).
  26. # fee_percent=0.04
  27. # reserve_fee_min=4
  28. # [cln]
  29. # Required if using cln backend path to rpc
  30. # cln_path = ""
  31. # [strike]
  32. # For the Webhook subscription, the url under [info] must be a valid, absolute, non-local, https url
  33. # api_key=""
  34. # Optional default sats
  35. # supported_units=[""]
  36. # [lnbits]
  37. # admin_api_key = ""
  38. # invoice_api_key = ""
  39. # lnbits_api = ""
  40. # [phoenixd]
  41. # api_password = ""
  42. # api_url = ""
  43. # [lnd]
  44. # address = ""
  45. # macaroon_file = ""
  46. # cert_file = ""