Skip to content

Commit

Permalink
community: Disable maxmind download for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 20, 2024
1 parent 0e39381 commit 44166d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbooks/community/templates/default/web_only.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ links:
# any extra arguments for Docker?
# docker_args:

# Latest Version v3.3.2
# Latest Version v3.3.3
# Discourse only support tests-passed and stable branches
params:
version: stable
Expand Down Expand Up @@ -66,8 +66,8 @@ 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]] %>'
# DISCOURSE_MAXMIND_ACCOUNT_ID: '<%= node[:geoipupdate][:account] %>'
# DISCOURSE_MAXMIND_LICENSE_KEY: '<%= @license_keys[node[:geoipupdate][:account]] %>'
<% end -%>

# Allow list for prometheus metric collection
Expand Down

0 comments on commit 44166d0

Please sign in to comment.