Hi!
I was looking into to having multiple tenants.
Is it correct of me to assume that if you want to deploy the same project to multiple targets that might use different configurations you should seperate those configuraitons into tenants?
For example we want multiple test sites using the same project but with different configurations, it might be some changes in web.config (windows login or normal forms login) or might be using a database which has different data and configuration.
As I have set up now, we have environments such as Development, Test, Acceptance, Prod.
And we have one tenant for our internal deployments before reaching any customers.
If we have the sites test0.internal.com, test1.internal.com test2.internal.com, test3.internal.com.
Do I require to have one tenant per testX evironment if I want to configure them all different?
I guess using tenant tags would then be preferred to group them as “internal”.
Or is it possible with just using several deployment targets in the environment?
Just trying to get a good grasp, and not mess up my configuration.
Thanks!