nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Configure remote server (host and port value) by setting environment variables #106

Open rkhaled0 opened 3 years ago

rkhaled0 commented 3 years ago

Description

In special circumstances, it would be useful to configure remote server by setting new environment variables.

For example :

How to reproduce

N/A

Actual results

If I want to specify host and port of the remote server, I can use --host and --port parameters.

Expected results

Just set environment variables to configure the remote server

Version and platform

N/A