# Environment Configuration for NxMesh Development # Copy this file to .env and customize as needed # Database DATABASE_URL=postgres://postgres:postgres@postgres:5432/nxmesh PGHOST=postgres PGPORT=5432 PGUSER=postgres PGPASSWORD=postgres PGDATABASE=nxmesh