codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.54k stars 341 forks source link

environment variables do not work for immuclient and immuadmin commands #144

Closed vchaindz closed 4 years ago

vchaindz commented 4 years ago

The environment variables that are listed in the command help are ignored when running immuadmin or immuclient, while the flags -a and -p work.

example: immuadmin

IMMUADMIN_ADDRESS=127.0.0.1
IMMUADMIN_PORT=3322
IMMUADMIN_MTLS=true

Furthermore I would expect the environment variables to be named by the target and not the client.

IMMUDB_ADDRESS=127.0.0.1
IMMUDB_PORT=3322
IMMUDB_MTLS=true
vchaindz commented 4 years ago

works now