microsoft/semanticworkbench

Python PORTS should be read from env variables

Closed this issue · 0 comments

The ports at which python services are running should be read from environment variables as well as args.
Order of priority:

  • args
  • environment variable (if no args)
  • default value (3000) (if no other option)