alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
421 stars 59 forks source link

Update Default Config File Locations #123

Closed alexdlaird closed 10 months ago

alexdlaird commented 10 months ago

The library is using legacy paths for default config file locations. The defaults should be updated to the following:

Otherwise a warning is emitted. Example:

t=2023-11-30T18:26:59+0000 lvl=warn msg="ngrok config file found at legacy location, move to XDG location" xdg_path="/Users/alexdlaird/Library/Application Support/ngrok/ngrok.yml" legacy_path=/Users/alexdlaird/.ngrok2/ngrok.yml