strapi-postgres-cloudinary
strapi-postgres-cloudinary copied to clipboard
Setting region automatically to Oregon
This sets the region automatically to Oregon with giving the chance to manually set it to Frankfurt when using the deploy button. Would suggest to add the functionality to switch via dropdown on the render website.
I solved it by forking this and defining the region to Frankfurt in the render.yaml.
The default option is already Oregon, but given Strapi's popularity in the EU, I agree that it would be good to call out the Frankfurt region as an option. We can add region attributes to the service and database definitions in our render.yaml files:
region: oregon # Replace with "frankfurt" for EU region
What do you think @manuelbiermann?
@davidmauskop Perfect, I think this would be good and easy to understand improvement.