juicycleff / ultimate-backend

Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
https://juicycleff.github.io/ultimate-backend-docs
MIT License
2.66k stars 411 forks source link

Auto register services #227

Open meodemsao opened 3 years ago

meodemsao commented 3 years ago

why we need register.sh file to register service before run another service ? i read nestjs cloud we can register service in consul ( or edtc, kubernetes ) on bootrap project

can't get value in main.ts with this code

NestCloud.global.boot.get('service.name')