X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a8a960143fb5f786fae6bb040c36f0c559039231..be824ca10a3fadc29feaeb548289eb5acb59c3ca:/cookbooks/community/templates/default/web_only.yml.erb?ds=sidebyside diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 7f285b2c4..5ec88d923 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -19,7 +19,7 @@ links: # any extra arguments for Docker? # docker_args: -# Latest Version v3.0.6 +# Latest Version v3.2.3 params: version: stable @@ -65,6 +65,7 @@ env: ## The maxmind geolocation IP address key for IP address lookup ## see https://meta.discourse.org/t/-/137387/23 for details <% if @license_keys -%> + DISCOURSE_MAXMIND_ACCOUNT_ID: '<%= node[:geoipupdate][:account] %>' DISCOURSE_MAXMIND_LICENSE_KEY: '<%= @license_keys[node[:geoipupdate][:account]] %>' <% end -%>