Hi https://fineract-academy.com/how-to-build-fineract-with-intellij-idea.html This article hopefully will give you some insight and hopefully it’s a good starting point.
Regards, Adam > On 2025. Apr 28., at 21:35, Kaushal Shriyan <kaushalshri...@gmail.com> wrote: > > > > On Mon, Apr 28, 2025 at 11:56 PM Ádám Sághy <adamsa...@gmail.com > <mailto:adamsa...@gmail.com>> wrote: >> That application.properties file looks incorrect… incomplete >> >> There should be way more line in it… >> >> fineract/fineract-provider/src/main/resources/application.properties at >> develop · apache/fineract >> github.com >> <apple-touch-icon-180x180-a80b8e11abe2.png> >> >> <https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/resources/application.properties>fineract/fineract-provider/src/main/resources/application.properties >> at develop · apache/fineract >> <https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/resources/application.properties> >> github.com >> <https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/resources/application.properties> >> <apple-touch-icon-180x180-a80b8e11abe2.png> >> <https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/resources/application.properties> >> >> Regards, >> Adam >> > > Thanks, Adam, for the quick response. I have reviewed > https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/resources/application.properties. > From my understanding, for example, fineract.node-id=${FINERACT_NODE_ID:1} > means that if the environment variable FINERACT_NODE_ID is not set, it > defaults to 1. > > Please correct me if my understanding is wrong. > > Also, there are 468 lines in the application.properties file. Since I am > using only MySQL as the storage database, could you please guide me on which > variables I specifically need to configure? > > Thank you in advance for your support. > > Best regards, > > Kaushal