-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feeling confused with env SERVICES #160
Comments
In my case above, SERVICES cab be: |
@0x0a0d You can load services from a specific folder |
How if I only want to load test and product service? |
|
yes, that was I meant. Documentation must be clear |
I think your mean about env
SERVICES
at Services loading logic, is to allow the developer to load exactly one or more services according to the value set for it. But in the real world, I feel like it's a group of services instead of services.You can check my example https://stackblitz.com/edit/moleculer-project-demo-v6n8nd?file=services/a-group/test.service.js
config
Results:
Expected:
No services load
I'm submitting this because I think if you mean for it to actually load a group of services we should rename it SERVICESGROUP or if not, the site should be update to make it clear
The text was updated successfully, but these errors were encountered: