SEARCH_TYPE in docker-compose.yml not taking effect?
-
I'm running the docker container fusionauth/fusionauth-app:1.40.2 and in docker-compose.yml I have set:
environment: ... SEARCH_TYPE: database ...
However in the admin UI under System / About it looks like it's using Elasticsearch:
What am I missing?
-
@rorygwgehman Thanks for the reply.
My installation does not seem to have the System / Search menu you referenced -- System shows these choices:
and System / About shows this, which I assume means it's using Elasticsearch, but there's no way to change the setting:
There is a Settings / System menu but that doesn't have a way to set the Search Provider
I'm running version 1.40.2 -- would that make a difference?
-