# Copy to .env and fill in for local development. DATABASE_URL=mysql://jorgecuadros:jorgecuadros@localhost:3306/jorgecuadros SESSION_SECRET=change-me-to-a-random-string WEB_ORIGIN=http://localhost:3000 NEXT_PUBLIC_API_ORIGIN=http://localhost:3001 # Login the "Operaciones" screen runs mysqldump/mysql as. Optional locally: when # unset it falls back to the DATABASE_URL credentials, which a dev MySQL usually # grants enough for. Required in any deployment, where the application user has # only ALL ON jorgecuadros.* and mysqldump --single-transaction needs the global # RELOAD privilege. Host/port/database always come from DATABASE_URL. OPS_DB_ADMIN_USER= OPS_DB_ADMIN_PASSWORD= # Company info — printed in the header of every report (PDF + browser # print). Leave blank to use the placeholders. COMPANY_LOGO_PATH is # optional; when unset the API falls back to apps/api/assets/company_logo.png. COMPANY_NAME=Jorge Cuadros & Asociados COMPANY_ADDRESS_LINE1= COMPANY_ADDRESS_LINE2= COMPANY_CITY_STATE= COMPANY_PHONE= COMPANY_EMAIL= COMPANY_TAX_ID= COMPANY_WEBSITE= COMPANY_LOGO_PATH=