Open nicolasmelo1 opened 1 year ago
Just a teamMember based configuration within app-config would be more than enough i think, then we doesn't leak our personal data to others.
Hey! How can app-config help solve this problem? Isn't it possible already to put teamMembers
in configuration? Or maybe I've missed how this would work.
An example of what app-config files might look like would help
I want to make development easier for me and my coworkers so i wanted to have baked in documentation for developers in the company.
Let's say i'm creating a simple authentication flow based on OTP in Nest.js
I could create a json file alongside with the team members and we would be able to configure our phone numbers to better document everything.
Another use case might be for mobile development. When i'm developing for mobile and want to run the code on my device i can't use localhost, instead i need to transform the
localhost
to my actual host of my wifi router.With this i can improve the DX on our projects.