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:
Lee Salminen 2022-10-26 05:02:35 -06:00 committed by GitHub
parent 1d9be9619f
commit 7d736c3f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}