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

19 lines
465 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
# Kafka Configuration
KAFKA_BROKERS=localhost:9092
KAFKA_CLIENT_ID=planting-service