Actuall ... let's comment the autoupdate.strategy line so people explicitly enable it when they think it's relevant

This commit is contained in:
Alexandre Aubin 2023-03-28 01:06:12 +02:00
parent 25a6251a08
commit 30e5c27952

View file

@ -87,7 +87,8 @@ ram.runtime = "50M"
# to auto-update the previous asset urls and sha256sum + manifest version # to auto-update the previous asset urls and sha256sum + manifest version
# assuming the upstream's code repo is on github and relies on tags or releases # assuming the upstream's code repo is on github and relies on tags or releases
# See the 'sources' resource documentation for more details # See the 'sources' resource documentation for more details
autoupdate.strategy = "latest_github_tag"
# autoupdate.strategy = "latest_github_tag"
[resources.system_user] [resources.system_user]
# This will provision/deprovision a unix system user # This will provision/deprovision a unix system user