src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnurld/server/templates/config.yaml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'lnurld/server/templates/config.yaml.j2')
-rw-r--r--lnurld/server/templates/config.yaml.j218
1 files changed, 0 insertions, 18 deletions
diff --git a/lnurld/server/templates/config.yaml.j2 b/lnurld/server/templates/config.yaml.j2
deleted file mode 100644
index 9377ecd..0000000
--- a/lnurld/server/templates/config.yaml.j2
+++ /dev/null
@@ -1,18 +0,0 @@
-listen: {{lnurld_host}}:{{lnurld_port}}
-data-dir: {{lnurld_data_dir}}
-credentials:
- admin: {{lnurld_admin_pass}}
-lnd:
- cert-file: {{lnurld_lnd_cert_file}}
- macaroon-file: {{lnurld_lnd_invoice_macaroon}}
-accounts:
-{% for account in lnurld_accounts %}
- {{account.name}}:
- currency: usd
- description: {{account.desc}}
- is-also-email: {{account.is_email|default(false)}}
- comment-allowed: 210
- min-sendable: 1
- max-sendable: 1_000_000
-{% else %} []
-{% endfor %}