Dash Options
The Dash section contains options that control how the Dash app is run. The Dash app is used to obtain the more interactive (online) performance profile plots.
Port (port)
This specifies the port that the dash app should run on.
Default is 4000 .
[DASH]
port: 4000
IP address (ip_address)
This specifies the ip address that the dash app should run on.
Default is 127.0.0.1 .
[DASH]
ip_address: 127.0.0.1