Multiple MySQL Instances

Hi !

I have a mysql cluster on DigitalOcean. Also I also have a read-only instance. How could I take advantage of this instance to only do query in strapi? In this way, it would achieve a higher performance in the primary instance.

How should I configure strapi?

Thanks.