Hi, I'm following the documentation for configuring the updater. It mentions using variables in the endpoints field that get substituted when the actual request is made (ex: {{current_version}}). Is there any benefit to using these variables if I'm simply hosting a static JSON file in S3 (as opposed to hosting an update server)?
I'm thinking of having an endpoint like https://downloads.acme.com/releases/latest/updates.json so that every client would just point to the latest and greatest version available. That sounds fine, but I just wanted to make sure I wasn't missing anything since the example in the docs uses those variables. Thanks!