Files
Mateusz Gruszczyński e200c91881 rewrite styles
2026-07-14 11:52:36 +02:00

32 lines
1.6 KiB
Bash

APP_HOST_PORT=8000
APP_PORT=8000
SECRET_KEY=change-me-in-production
ORLEN_TIMEOUT=15
URE_TIMEOUT=45
GUNICORN_WORKERS=1
GUNICORN_THREADS=8
GUNICORN_TIMEOUT=0
# Integracje HTTP
HTTP_TIMEOUT_SECONDS=30
ORLEN_TIMEOUT_SECONDS=15
URE_TIMEOUT_SECONDS=45
ORLEN_WHOLESALE_URL=https://tool.orlen.pl/api/wholesalefuelprices/ByProduct
ORLEN_LPG_URL=https://tool.orlen.pl/api/autogasprices
ORLEN_LPG_BY_DATE_URL=https://tool.orlen.pl/api/autogasprices/ByDate
URE_STATIONS_URL=https://api.ure.gov.pl/api/InfrastructureFuelStation
# Zewnętrzne zasoby interfejsu
BOOTSTRAP_JS_URL=https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js
CHOICES_CSS_URL=https://cdn.jsdelivr.net/npm/choices.js@11.1.0/public/assets/styles/choices.min.css
CHOICES_JS_URL=https://cdn.jsdelivr.net/npm/choices.js@11.1.0/public/assets/scripts/choices.min.js
CHART_JS_URL=https://cdn.jsdelivr.net/npm/chart.js@4.5.0/dist/chart.umd.min.js
THEME_BOOTSTRAP_URL=https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css
THEME_FLATLY_URL=https://cdn.jsdelivr.net/npm/bootswatch@5.3.7/dist/flatly/bootstrap.min.css
THEME_DARKLY_URL=https://cdn.jsdelivr.net/npm/bootswatch@5.3.7/dist/darkly/bootstrap.min.css
THEME_PULSE_URL=https://cdn.jsdelivr.net/npm/bootswatch@5.3.7/dist/pulse/bootstrap.min.css
# Mapowanie nazw przedsiębiorców URE na marki widoczne w aplikacji.
# Własne wartości podaj jako JSON w jednej linii.
STATION_BRAND_ALIASES_JSON={"ORLEN":"ORLEN","BP EUROPA":"BP","SHELL":"Shell","MOL POLSKA":"MOL","CIRCLE K":"Circle K","ANWIM":"MOYA","AMIC":"AMIC Energy","LOTOS":"LOTOS","AVIA":"AVIA","PIEPRZYK":"Pieprzyk"}