galovics commented on code in PR #3916: URL: https://github.com/apache/fineract/pull/3916#discussion_r1633140965
########## integration-tests/ReadMe.md: ########## @@ -0,0 +1,17 @@ +# Run integration tests + +## Prerequisites +- A running Fineract instance is required + +## Default configuration +- `backend.protocol=https` +- `backend.host=localhost` +- `backend.port=8443` +- `backend.username=mifos` +- `backend.password=password` +- `backend.tenant=default` + Review Comment: Can we name the env variables conforming the existing strategy? BACKEND_PROTOCOL=https BACKEND_HOST=... ... -- 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]
