mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-04 18:33:10 +02:00
Merge pull request #1371 from HamishMacEwan/patch-2
Additional information in .env
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
|
#For more information on .env files, their content and format: https://pypi.org/project/python-dotenv/
|
||||||
|
|
||||||
HOST=127.0.0.1
|
HOST=127.0.0.1
|
||||||
PORT=5000
|
PORT=5000
|
||||||
|
|
||||||
# uvicorn variable, allow https behind a proxy
|
# uvicorn variable, uncomment to allow https behind a proxy
|
||||||
# FORWARDED_ALLOW_IPS="*"
|
# FORWARDED_ALLOW_IPS="*"
|
||||||
|
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
|
Reference in New Issue
Block a user