feat: change order of grpc host
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-11-17 16:26:21 +01:00
parent 2bcc74ed8c
commit 7510c9a333
No known key found for this signature in database

View File

@ -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"
)]