feat: change order of grpc host
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
2bcc74ed8c
commit
7510c9a333
@ -35,7 +35,7 @@ enum Commands {
|
||||
)]
|
||||
host: SocketAddr,
|
||||
#[arg(
|
||||
env = "GRPC_SERVICE_HOST",
|
||||
env = "SERVICE_GRPC_HOST",
|
||||
long = "service-grpc-host",
|
||||
default_value = "127.0.0.1:7900"
|
||||
)]
|
||||
@ -46,7 +46,7 @@ enum Commands {
|
||||
// #[arg(env = "SERVICE_HOST", long, default_value = "http://127.0.0.1:3000")]
|
||||
//host: String,
|
||||
#[arg(
|
||||
env = "GRPC_SERVICE_HOST",
|
||||
env = "SERVICE_GRPC_HOST",
|
||||
long = "service-grpc-host",
|
||||
default_value = "http://127.0.0.1:7900"
|
||||
)]
|
||||
|
Loading…
Reference in New Issue
Block a user