add dist env file

This commit is contained in:
Matteo Rosati
2026-01-15 12:28:46 +01:00
parent ce868e1807
commit e6e8cf0e42

15
.env.dist Normal file
View 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"