Different dab-config.json for different users/customers #1444
sergio45012
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Presently there is a challenge doing different config files, which we are tracking in #722 But addressing your first scenario, you can use an Environment Variable (see https://github.com/Azure/data-api-builder/blob/main/docs/configuration-file.md#accessing-environment-variables) to set the connection string at a per machine/per deployment level. Regarding your other scenarios, wouldn't they make more sense to be treated as entirely separate repos that you load in different DAB instances? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear,
First of all thanks for this great tool and the efforts.
We are looking for a way on which with the same data-api-builder deploy we can offer RestAPI solutions to different users, use cases:
Summing-up, the idea would be that each user/team/customer would have their own json file so they can change/adapt their own setup without affecting/modifying the others.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions