# Database
DATABASE_URL="postgresql://relink:relink_dev@localhost:5432/relink_dev"
DATABASE_TEST_URL="postgresql://relink:relink_test@localhost:5433/relink_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"
