IOhacker commented on code in PR #5262:
URL: https://github.com/apache/fineract/pull/5262#discussion_r2646329646
##########
config/docker/env/mariadb.env:
##########
@@ -17,6 +17,4 @@
# under the License.
#
-# Interest Rate Chart validation messages
-validation.msg.savings.interestRateChart.slabs.overlap=There is an overlap
between slabs {0} and {1}.
-validation.msg.savings.interestRateChart.slabs.gap=There is a gap between
slabs {0} and {1}.
+MARIADB_ROOT_PASSWORD=mysql
Review Comment:
please use another password
##########
.gitignore:
##########
@@ -26,8 +26,6 @@ licenses
**/.asciidoctor/diagram/*
**/images/diag-*.svg
-fineract-provider/src/main/generated/
Review Comment:
this was a typo?
##########
docker-compose-mariadb.yml:
##########
@@ -1,4 +1,3 @@
-#
# Licensed to the Apache Software Foundation (ASF) under one
Review Comment:
why not use the existing docker compose?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]