# Web App (BFF) configuration # Address the Web App listens on WEB_ADDR=:8090 # Base URL of the API Server. The BFF reverse-proxies /api/* to this host, so # the browser only ever talks same-origin to the Web App. API_BASE=http://localhost:8080