The application uses these default credentials (you should override them with environment variables):
Database (Flowable):
- Username:
mifos
- Password: Set via
DB_PASSWORD
environment variable
Fineract API:
- Username:
mifos
- Password: Set via
FINERACT_PASSWORD
environment variable
export DB_PASSWORD=your_secure_db_password
export FINERACT_PASSWORD=your_secure_fineract_password
Documentation is available in the docs/
directory. To generate HTML documentation:
mvn asciidoctor:process-asciidoc
The generated documentation will be available in docs/generated/
.