## Backend example environment ## Copy to backend/.env and edit as needed. # Server PORT=3001 # Auth JWT_SECRET=change_me JWT_EXPIRES_IN=7d # Postgres DB_HOST=localhost DB_PORT=5432 DB_NAME=ideamana DB_USER=postgres DB_PASSWORD=postgres # Plotter / Pico serial PLOTTER_SERIAL_PORT=/dev/ttyACM0 PLOTTER_BAUD_RATE=115200 # Plotter demo helpers (use only for local demos) # PLOTTER_ONLY=1 # PLOTTER_AUTH_DISABLED=1