I currently use version 1 of kuzzle and i will be using version 2. I have a problem because i have overloaded the back part with a plugin (declared in the enabled folder in V1). However in v2 i do not see where to declare the plugins. I are successful in loading it into the docker but when launching kuzzle it is not taken into account.
I have use this : "bash -c "$(curl https://get.kuzzle.io)"" to install kuzzle V2.
If I can be more explicit in my request: Where should we declare a plugin so that it is taken into account when launching kuzzle? In version 1 of kuzzle it was enough to declare the plugins in an "enabled" folder.