example.config.toml 883 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 publey 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. # mint_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`, `strike`, `fakewallet`
  23. ln_backend = "cln"
  24. # [cln]
  25. # Required if using cln backend path to rpc
  26. # cln_path = ""
  27. # [strike]
  28. # api_key=""
  29. # Optional default sats
  30. # supported_units=[""]
  31. # [lnbits]
  32. # admin_api_key = ""
  33. # invoice_api_key = ""
  34. # lnbits_api = ""