example.config.toml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. [mint_info]
  8. # name = "cdk-mintd mutiney net mint"
  9. # Hex pubkey of mint
  10. # pubkey = ""
  11. # description = "These are not real sats for testing only"
  12. # description_long = "A longer mint for testing"
  13. # motd = "Hello world"
  14. # icon_url = "https://this-is-a-mint-icon-url.com/icon.png"
  15. # contact_email = "hello@cashu.me"
  16. # Nostr pubkey of mint (Hex)
  17. # contact_nostr_public_key = ""
  18. [database]
  19. # Database engine (sqlite/redb) defaults to sqlite
  20. # engine = "sqlite"
  21. [ln]
  22. # Required ln backend `cln`, `lnd`, `strike`, `fakewallet`, 'lnbits', 'phoenixd'
  23. ln_backend = "cln"
  24. # [cln]
  25. # Required if using cln backend path to rpc
  26. # cln_path = ""
  27. # [strike]
  28. # For the Webhook subscription, the url under [info] must be a valid, absolute, non-local, https url
  29. # api_key=""
  30. # Optional default sats
  31. # supported_units=[""]
  32. # [lnbits]
  33. # admin_api_key = ""
  34. # invoice_api_key = ""
  35. # lnbits_api = ""
  36. # [phoenixd]
  37. # api_password = ""
  38. # api_url = ""
  39. # [lnd]
  40. # address = ""
  41. # macaroon_file = ""
  42. # cert_file = ""