From 3f00c695adff18a7570899db7b0f282016565ab4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 21 Dec 2020 12:46:01 -0800 Subject: [PATCH] Add maxmind geolocation IP key to web template (#510) Add maxmind geolocation IP key to web only template (commented out) --- samples/web_only.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/web_only.yml b/samples/web_only.yml index 8545bff..f48ed2d 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -69,6 +69,10 @@ env: ## The http or https CDN address for this Discourse instance (configured to pull) ## see https://meta.discourse.org/t/14857 for details #DISCOURSE_CDN_URL: https://discourse-cdn.example.com + + ## The maxmind geolocation IP address key for IP address lookup + ## see https://meta.discourse.org/t/-/137387/23 for details + #DISCOURSE_MAXMIND_LICENSE_KEY: 1234567890123456 volumes: - volume: -- 2.25.1