Skip to content

Commit

Permalink
Update and rename confi.py to config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jul 29, 2024
1 parent af8b857 commit 9b2fbdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions confi.py → config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# config.py
LND_GRPC_HOST = 'localhost:10009'
LND_MACAROON_PATH = 'path/to/macaroon'
LND_TLS_CERT_PATH = 'path/to/tls.cert'
Expand All @@ -8,4 +7,4 @@
'wss://nostr-pub.wellorder.net'
]

PRIVATE_KEY_HEX = 'your_nostr_private_key'
PRIVATE_KEY_HEX = 'your_nostr_private_key'

0 comments on commit 9b2fbdd

Please sign in to comment.