You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
For example, i have a plugin that creates a database connection when given the hostname for the db server.
Now i want to have two connections to two different servers.
so from plugin1 i will consume
databasewith hostname1and from plugin2 i will consume
databasewith hostname2is it possible?