mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 11:35:56 +01:00
Add FORWARDED_ALLOW_IPS
to example fly.io (#1082)
This PR adds the needed `FORWARDED_ALLOW_IPS="*"` environment variable to the fly.io installation method, which is needed to work.
This commit is contained in:
parent
1d9be9619f
commit
7d736c3f77
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ kill_timeout = 30
|
|||
HOST="127.0.0.1"
|
||||
PORT=5000
|
||||
LNBITS_FORCE_HTTPS=true
|
||||
FORWARDED_ALLOW_IPS="*"
|
||||
LNBITS_DATA_FOLDER="/data"
|
||||
|
||||
${PUT_YOUR_LNBITS_ENV_VARS_HERE}
|
||||
|
|
Loading…
Add table
Reference in a new issue