OpenHIM bad Docker Compose file in prerequisites docs

Hello, want to point out to the OpenHIM maintainers that the Docker Compose file on Prerequisites | OpenHIM didn’t work for me because of this start-up error:

validating /home/bob/camel-openhim-mediator/docker-compose.yml: services.openhim-core.environment.api_authenticationTypes must be a string, number, boolean or null

Furthermore, the other Docker Compose file referred to by the docs (openhim-core-js/infrastructure/docker-compose.yml at master · jembi/openhim-core-js · GitHub) also doesn’t work because of this container error in openhim-core:

Invalid scheme, expected connection string to start with “mongodb://” or "mongodb+srv://

I managed to resolve the errors but that’s beside the point.

Hi, how did you manage to resolve it? I used ‘basic’ as api_authenticationTypes but it causes error at the sign in page when logging in for the first time.
(Invalid user credentials)
(2024-08-09T14:49:21.554Z [worker1] warn: Invalid value for API authenticationTypes config: basic
2024-08-09T14:49:21.555Z [worker1] error: Could not be authenticaticated, local authentication type is disabled)