s3rius / rustus

TUS protocol implementation in Rust.

Home Page:https://s3rius.github.io/rustus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update ENV names.

s3rius opened this issue · comments

When deploy to kubernetes with container named rustus it creates env variable with name "RUSTUS_PORT" and breaks application.

Possible solution is to rename server related envs to

  • RUSTUS_SERVER_PORT;
  • RUSTUS_SERVER_HOST.

Closed in #25.