PORT=5000
DATABASE_URL=postgres://sam_app:it-105@127.0.0.1:5432/sam_db
NODE_ENV=development
SESSION_SECRET=your-very-secret-session-key-here-change-this-in-production
CORS_ORIGIN=http://127.0.0.1:5000