Calmcode - ngrok: configuration

Configuration

1 2 3 4 5

The config file we used in this video is;

authtoken: <YOUR TOKEN>
tunnels:
  streamlit:
    addr: 8501
    proto: http
    auth: "vincent:password2020"

You can use this config file by pointing to it directly.

ngrok start streamlit --config path/to/config.yml

But if you've updated your global config file, then you can also run;

ngrok start streamlit