lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Followup: Parse .cookie, .env, or environment variables for RPC auth details #89

Closed alecchendev closed 1 year ago

alecchendev commented 1 year ago

Following up on https://github.com/lightningdevkit/ldk-sample/pull/87#pullrequestreview-1236648126.

Preferred env file over cookie because that seems to make sense if the user bothers to specify it.