PORT=5000
DB_URL=postgresql://postgres:postgres@localhost:5432/scf_accounting
JWT_SECRET=change_me_for_production
CLIENT_URL=http://localhost:5173
JWT_COOKIE_NAME=scf_token
