add FORWARDED_ALLOW_IPS variable to .example.env (#1077)
This commit is contained in:
parent
5a3524da83
commit
d702e1b6a5
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
HOST=127.0.0.1
|
HOST=127.0.0.1
|
||||||
PORT=5000
|
PORT=5000
|
||||||
|
|
||||||
|
# uvicorn variable, allow https behind a proxy
|
||||||
|
# FORWARDED_ALLOW_IPS="*"
|
||||||
|
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
|
|
||||||
LNBITS_ALLOWED_USERS=""
|
LNBITS_ALLOWED_USERS=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue