X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/08a2e7fb46cfb139567dc5a115dad99c23891dd1..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 225b98905..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.1.4 +# 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 -%>