nvdv / vprof

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

configure vprof server by setting env vars #108

Open rkhaled0 opened 3 years ago

rkhaled0 commented 3 years ago

106

nvdv commented 3 years ago

Thanks! I think that setting the hostname and port via CLI args is a better approach since it allows launching more than one instance of the server.

rkhaled0 commented 3 years ago

👋 @nvdv , Sometimes, when I specify my starting command with args in the Procfile file, these args would not been loaded.

For example,

web: prof -r -p 8080

That's why, I propose you this alternative to configure remote server.

Hope you think that this new way would be interesting.