mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-26 17:14:59 +01:00
58 lines
1.4 KiB
TOML
58 lines
1.4 KiB
TOML
[info]
|
|
url = "https://mint.thesimplekid.dev/"
|
|
listen_host = "127.0.0.1"
|
|
listen_port = 8085
|
|
mnemonic = ""
|
|
# input_fee_ppk = 0
|
|
# enable_swagger_ui = false
|
|
|
|
|
|
|
|
[mint_info]
|
|
# name = "cdk-mintd mutiney net mint"
|
|
# Hex pubkey of mint
|
|
# pubkey = ""
|
|
# description = "These are not real sats for testing only"
|
|
# description_long = "A longer mint for testing"
|
|
# motd = "Hello world"
|
|
# icon_url = "https://this-is-a-mint-icon-url.com/icon.png"
|
|
# contact_email = "hello@cashu.me"
|
|
# Nostr pubkey of mint (Hex)
|
|
# contact_nostr_public_key = ""
|
|
|
|
|
|
[database]
|
|
# Database engine (sqlite/redb) defaults to sqlite
|
|
# engine = "sqlite"
|
|
|
|
[ln]
|
|
# Required ln backend `cln`, `lnd`, `strike`, `fakewallet`, 'lnbits', 'phoenixd'
|
|
ln_backend = "cln"
|
|
# 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).
|
|
# fee_percent=0.04
|
|
# reserve_fee_min=4
|
|
|
|
# [cln]
|
|
# Required if using cln backend path to rpc
|
|
# cln_path = ""
|
|
|
|
# [strike]
|
|
# For the Webhook subscription, the url under [info] must be a valid, absolute, non-local, https url
|
|
# api_key=""
|
|
# Optional default sats
|
|
# supported_units=[""]
|
|
|
|
# [lnbits]
|
|
# admin_api_key = ""
|
|
# invoice_api_key = ""
|
|
# lnbits_api = ""
|
|
|
|
# [phoenixd]
|
|
# api_password = ""
|
|
# api_url = ""
|
|
|
|
# [lnd]
|
|
# address = ""
|
|
# macaroon_file = ""
|
|
# cert_file = ""
|