DB_HOST=localhost
DB_PORT=5432
DB_NAME=mylestones_db
DB_USER=postgres
DB_PASSWORD=123456

JWT_SECRET=MYLESTONES_APP_DEVELOPMENT
JWT_EXPIRES_IN=7d

RESEND_API_KEY=re_WEoXdewf_F74D7xA44kHsPi36RYdNF1HE
APP_BASE_URL=http://localhost:3000
FROM_EMAIL=onboarding@resend.dev

