I'm currently learning about Roots.io's Trellis.
In their config they have a file called 'wordpress_sites.yml' as you can see here.
After reading the Docs, I'm still confused as to what the difference is between these:
wordpress_sites:
example.com: (what is this domain used for?)
site_hosts:
- example.dev (why do I need this if I have the one above?)
Currently, my local environment seems to run off the example.dev but some plugins within my wordpress installation use 'example.com' as their path for loading resources which subsequently breaks the plugin due to it not being a real path.
Any clarity would be appreciated.