Skip to content

Commit 44166d0

Browse files
committed
community: Disable maxmind download for now
1 parent 0e39381 commit 44166d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbooks/community/templates/default/web_only.yml.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ links:
1919
# any extra arguments for Docker?
2020
# docker_args:
2121

22-
# Latest Version v3.3.2
22+
# Latest Version v3.3.3
2323
# Discourse only support tests-passed and stable branches
2424
params:
2525
version: stable
@@ -66,8 +66,8 @@ env:
6666
## The maxmind geolocation IP address key for IP address lookup
6767
## see https://meta.discourse.org/t/-/137387/23 for details
6868
<% if @license_keys -%>
69-
DISCOURSE_MAXMIND_ACCOUNT_ID: '<%= node[:geoipupdate][:account] %>'
70-
DISCOURSE_MAXMIND_LICENSE_KEY: '<%= @license_keys[node[:geoipupdate][:account]] %>'
69+
# DISCOURSE_MAXMIND_ACCOUNT_ID: '<%= node[:geoipupdate][:account] %>'
70+
# DISCOURSE_MAXMIND_LICENSE_KEY: '<%= @license_keys[node[:geoipupdate][:account]] %>'
7171
<% end -%>
7272

7373
# Allow list for prometheus metric collection

0 commit comments

Comments
 (0)