# Database DATABASE_URL="postgresql://startover:startover_dev@localhost:5432/startover_dev" DATABASE_TEST_URL="postgresql://startover:startover_test@localhost:5433/startover_test" # Redis REDIS_URL="redis://localhost:6379" # Next.js NEXT_PUBLIC_APP_URL="http://localhost:3000" NEXT_PUBLIC_ADMIN_URL="http://localhost:3001" # Node NODE_ENV="development"