example.config.toml 733 B

12345678910111213141516171819202122232425262728293031323334353637
  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. # contact_email = "hello@cashu.me"
  15. # Nostr pubkey of mint (Hex)
  16. # contact_nostr_public_key = ""
  17. [database]
  18. # Database engine (sqlite/redb) defaults to sqlite
  19. # engine = "sqlite"
  20. [ln]
  21. # Required ln backend `cln`, `strike`, `fakewallet`
  22. ln_backend = "cln"
  23. # CLN
  24. # Required if using cln backend path to rpc
  25. # cln_path = ""
  26. # Strike
  27. # Required if using strike backed
  28. # strike_api_key=""