add dist env file
This commit is contained in:
15
.env.dist
Normal file
15
.env.dist
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
BASIC_AUTH_PASSWORD="your_password_here"
|
||||||
|
BASIC_AUTH_USER="your_username_here"
|
||||||
|
COLLECTION_NAME="ingress"
|
||||||
|
DB_NAME="ingress"
|
||||||
|
ENDPOINT_URL="http://web:7000/plexts"
|
||||||
|
INGRESS_COOKIE="csrftoken=...; sessionid=...; ingress.intelmap.zoom=10; ingress.intelmap.lat=45.80534988266492; ingress.intelmap.lng=12.471542358398438"
|
||||||
|
MAX_LAT="46422713"
|
||||||
|
MAX_LNG="14201202"
|
||||||
|
MIN_LAT="45181069"
|
||||||
|
MIN_LNG="10741882"
|
||||||
|
MONGO_URI="mongodb://user:password@mongodb:27017/?authSource=admin"
|
||||||
|
PORT=7000
|
||||||
|
PYTHONUNBUFFERED=1
|
||||||
|
TZ="Europe/Rome"
|
||||||
|
V="412c0ac7e784d6df783fc507bca30e23b3c58c55"
|
||||||
Reference in New Issue
Block a user