Do not use HOSTNAME env

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
Adrien Gallouët 2025-02-06 13:17:17 +00:00
parent 8bc10d37ee
commit 7bff88bba9
No known key found for this signature in database

View File

@ -104,7 +104,7 @@ struct Args {
max_batch_size: Option<usize>, max_batch_size: Option<usize>,
/// IP address to listen on. /// IP address to listen on.
#[clap(default_value = "0.0.0.0", long, env)] #[clap(default_value = "0.0.0.0", long)]
hostname: String, hostname: String,
/// Port to listen on. /// Port to listen on.