0.1.6 • Published 2 years ago

@gkst/nestjs-common v0.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Common NestJs Library

sample Default predefine Configuration on dotenv

1.) Database

DB_URL=mysql://root:password@localhost/db?useUnicode=true&characterEncoding=UTF-8
DB_ENTITY_PATH=/**/*.entity.ts

2.) Redis

REDIS_URL=redis://root@password@localhost:6379/0

3.) MongoDb

MONGO_URL=mongodb://mongodb0.example.com:27017

4.) RabbitMQ

RABBITMQ_URL=amqp://user:pass@host:10000/vhost