DB_HOST=localhost DB_PORT=5432 DB_NAME=your_database DB_USER=your_user DB_PASSWORD=your_password PORT=3010 # Signs the session cookie. Generate with: # node -e 'console.log(require("crypto").randomBytes(32).toString("hex"))' # or let ./pf.sh config do it. Changing it signs everyone out. SESSION_SECRET= # Send the session cookie over HTTPS only. Keep true behind a TLS proxy; # set false only to reach the app over plain HTTP on a trusted network. COOKIE_SECURE=true # Reverse proxy hops express should trust for req.ip / protocol. Default 1. #TRUST_PROXY=1 # Only needed if the UI is served from a different origin than the API. #CORS_ORIGIN=https://forecast.example.com