gremlin-visualizer icon indicating copy to clipboard operation
gremlin-visualizer copied to clipboard

Specify the gremlin connection as environment variables

Open cscetbon opened this issue 4 years ago • 4 comments

@prabushitha could you provide a way to specify those when starting the server and remove them from interface ? something like GREMLIN_SERVER and GREMLIN_PORT (defaulting to 8182).

cscetbon avatar May 05 '20 14:05 cscetbon

The advantage of defining the port and server in the interface is that you can work with multiple graph databases at once. This was one of the use cases when designing this tool. Otherwise, you may have to spawn up several visualizers which makes it hard to switch between.

prabushitha avatar May 07 '20 13:05 prabushitha

yeah I understand that, I'd like a way to do it in certain cases like mine.

cscetbon avatar May 07 '20 15:05 cscetbon

@prabushitha perhaps we can have the default server be the value of the ENV variable? this way we can preserve the way of working with several servers + have the default one set right

noliran avatar Apr 09 '21 14:04 noliran

Where would you specify credentials?

darrenhull avatar May 11 '22 15:05 darrenhull