rwadurian/backend/services/planting-service/.env.example

15 lines
362 B
Plaintext

# Database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/rwadurian_planting?schema=public"
# App
NODE_ENV=development
APP_PORT=3003
# JWT
JWT_SECRET="your-super-secret-jwt-key-change-in-production"
# External Services
WALLET_SERVICE_URL=http://localhost:3002
IDENTITY_SERVICE_URL=http://localhost:3001
REFERRAL_SERVICE_URL=http://localhost:3004