example.config.toml 850 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [info]
  2. url = "https://mint.thesimplekid.dev/"
  3. listen_host = "127.0.0.1"
  4. listen_port = 8085
  5. mnemonic = ""
  6. [mint_info]
  7. # name = "cdk-mintd mutiney net mint"
  8. # Hex publey of mint
  9. # pubkey = ""
  10. # description = "These are not real sats for testing only"
  11. # description_long = "A longer mint for testing"
  12. # motd = "Hello world"
  13. # contact_email = "hello@cashu.me"
  14. # Nostr pubkey of mint (Hex)
  15. # contact_nostr_public_key = ""
  16. [database]
  17. # Database engine (sqlite/redb) defaults to sqlite
  18. # engine = "sqlite"
  19. [ln]
  20. # Required ln backend `cln`
  21. ln_backend = "cln"
  22. # CLN
  23. # Required if using cln backend path to rpc
  24. cln_path = ""
  25. # Required to start greenlight for the first time
  26. # greenlight_invite_code = ""
  27. # Fee reserve for melting as a percent of payment amount
  28. fee_percent = 1.0
  29. # Fee reserve for melting as an absolute value
  30. reserve_fee_min = 1000