LightningTipBot icon indicating copy to clipboard operation
LightningTipBot copied to clipboard

config.yaml.sample

Open tlindi opened this issue 2 years ago • 2 comments

config.yaml has line lnurl_server: "https://mylnurl.com" full guide has same line like this lnurl_server: "http://127.0.0.1:5454"

I did set it to following as I have external nginx router for clearnet lnurl_server: "http://0.0.0.0:5454"

and also sample has lnurl_public_host_name: "mylnurl.com" and FullGuide has lnurl_public_host_name: "https://example.com"

I'd recommend to update sample file accordingly, please.

tlindi avatar Feb 24 '23 18:02 tlindi

seems these were taken care by https://github.com/LightningTipBot/LightningTipBot/pull/472

tlindi avatar Jan 18 '24 22:01 tlindi

i run into "lnurl_public_host_name" problem yesterday. It should be fixed in the config.yaml.example

Is: lnurl_public_host_name: "mylnurl.com"

Should be: lnurl_public_host_name: "https://example.com"

DoktorShift avatar Feb 11 '24 03:02 DoktorShift