More projects per repository
Answered
Kurilian Bobtail posted this in #help-forum
Kurilian BobtailOP
We are making 1 site per cliente of viajaflux.com.br, using subdomain. The limite today is 60 projects per repository, but we have a lot of clientes (more than 1.000) to use the same repository, loading data via API across environments variables. Whats solution is better for me? Many thanks!
Answered by B33fb0n3
you might want to create a multi tenant app, if it's just data related
3 Replies
@Kurilian Bobtail We are making 1 site per cliente of viajaflux.com.br, using subdomain. The limite today is 60 projects per repository, but we have a lot of clientes (more than 1.000) to use the same repository, loading data via API across environments variables. Whats solution is better for me? Many thanks!
you might want to create a multi tenant app, if it's just data related
Answer
Kurilian BobtailOP
With multi tenant app I can define env vars for each project?
@Kurilian Bobtail With multi tenant app I can define env vars for each project?
yea, env variables can also be safed inside a table. So you can define env variables for each project