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
The intended usage for templated variables in modus.json was specifically for secrets such as username, password, or API keys, not for configuration such as host names. If we were to do something like this, I'd like it to work with all connection types, not just Noe4j.
I'm going to close this for now, but we will consider some other approach. Thanks.
Feature Description
Allow secret usage for Neo4j DB URI in

modus.json
. It currently checks, using a regex, if the specified string is of the neo4j URI format.Describe the solution you'd like
It should be able to use the secrets set in
modus.json
for the URI also, so that the code can be easily distributed.Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: