I'm using Rest Heart and I want to:
1) Disable authentication of Rest Heart. I don't want to provide any credential like admin:changeit when doing crud operations. 2) Disable authentication of Rest Heart with Mongo because my Mongo doesn't have authentication enabled (and I don't want to enable it)
I think that that can be done editing yml file, but its not clear to me even reading the documentation.
Thanks in Advance.