19 lines
450 B
Plaintext
19 lines
450 B
Plaintext
# Database
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/rwadurian_planting?schema=public"
|
|
|
|
# App
|
|
NODE_ENV=development
|
|
APP_PORT=3003
|
|
|
|
# JWT
|
|
JWT_SECRET="planting-service-dev-jwt-secret"
|
|
|
|
# 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
|