15 lines
347 B
Plaintext
15 lines
347 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
|