# Database Configuration DB_HOST=localhost DB_PORT=5432 DB_NAME=dataflow DB_USER=postgres DB_PASSWORD=your_password_here # API Configuration API_PORT=3000 NODE_ENV=development # SimpleFIN (optional — only needed for API-based bank feeds) # The access URL is the credential: claim a setup token once via # POST /api/sources/simplefin-claim and paste the result here. # A source picks its bridge with config.simplefin.access_url_env; # SIMPLEFIN_ACCESS_URL is the default. SIMPLEFIN_ACCESS_URL=https://user:pass@bridge.simplefin.org/simplefin