Hi folks, I am a new fineract user and have been recently trying to deploy fineract 1.4.0 on Digital Ocean. The plan that I currently have is to deploy apache/fineract docker image and connect to managed MySQL database from Digital Ocean. However, I have been struggling with connecting fineract with the non-local database.
I understand that there are ways to modify the `fineract_tenants` database from environmental variables (e.g. in docker-compose.yml), however can I do the same with `fineract_default`? The way I see it, `fineract_default` is hard-coded a lot in source code and I wanted to modify it, unfortunately I can't find any documentations on fineract database setup/schema. I tried googling around for old mifos documentations but most of them are deprecated or inaccessible anymore. Cheers, Chairul
