forked from nbd-wtf/satdress
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-sample.yml
66 lines (55 loc) · 1.32 KB
/
config-sample.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Server Settings
host: localhost
port: 8080
domain: localhost
siteownername: Satoshi
siteownerurl: http://localhost
sitename: Satdress
# Log Level
# This can be: panic, fatal, error, warn, info, debug, trace
loglevel: "info"
# Nostr Wallet Connect
# Additional configuration options `nwcrelay` and `nwcsecret` for
# the user will need to be added to enable it for specific users.
# You can use `satdress-cli nwc create-secret` to create new
# wallet connection secrets. Then use `satdress-cli nwc connect-string`
# or `satdress-cli nwc connect-qrcode` to connect.
nwc: true
# Nostr Config
# This should be a new key specific to this server. You can use
# the `satdress-cli keygen` tool to create a new key.
nostrprivatekey: <32-byte-hex>
# NWC Database
datadir: </abs/path/to/datadir>
# User Configs
users:
- name: jane
kind: phoenix
host: <ip:port>
key: <hex>
nwcsecret: <32-byte-hex>
nwcrelay: <wss://host>
- name: alice
kind: commando
nodeid: <hex>
host: <ip:port>
rune: <base64>
- name: bob
kind: lnd
host: <ip:port>
key: <macaroon>
- name: eve
kind: eclair
host: <ip:port>
- name: carlos
kind: lnpay
pak: <pak>
wak: <wak>
- name: charlie
kind: lnbits
host: <ip:port>
key: <key>
- name: judy
kind: sparko
host: <ip:port>
key: <key>