Hi,
I have a use case that’s a little unusual. I have a node where discovery.type is set to single-node, I want to bind to localhost and put an Nginx reverse proxy in front of the node in order to provide authentication.
My question is, if I do what I have described above, will the node be able to move into production mode when discovery.type is set to single-node and the node is binding to localhost? Or is there no way to avoid development mode if you are binding to localhost, even when discovery.type is set to single-node?
Thank you in advance.