aboutsummaryrefslogtreecommitdiffstats
path: root/conf/general.yml-example
diff options
context:
space:
mode:
Diffstat (limited to 'conf/general.yml-example')
-rw-r--r--conf/general.yml-example11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example
index 91507b03d..ece50d0f3 100644
--- a/conf/general.yml-example
+++ b/conf/general.yml-example
@@ -66,6 +66,10 @@ EXAMPLE_PLACES: [ 'High Street', 'Main Street' ]
LANGUAGES:
- 'en-gb,English,en_GB'
+# A postgresql text search configuration value - it should match the
+# configuration used by the problem_fulltext_idx index.
+DB_FULL_TEXT_SEARCH_CONFIG: 'english'
+
# If you're running an installation that is being used in a different time zone
# from the server, you can set the time zone here (standard time zone string)
TIME_ZONE: ""
@@ -223,6 +227,10 @@ SMTP_PORT: ''
SMTP_USERNAME: ''
SMTP_PASSWORD: ''
+# Set if you want password setting to be checked (securely) against the
+# Have I Been Pwned dataset
+CHECK_HAVEIBEENPWNED: 0
+
# Gaze is a world-wide service for population density lookups. You can leave
# this as is.
GAZE_URL: 'https://gaze.mysociety.org/gaze'
@@ -244,6 +252,9 @@ TESTING_COUNCILS: ''
# if you're using Message Manager, include the URL here (see https://github.com/mysociety/message-manager/)
MESSAGE_MANAGER_URL: ''
+# If you set up using recaptcha, you can put its configuration keys here
+RECAPTCHA: ''
+
# If you want to use SMS login or 'report as' with just a phone number, you'll
# need to set the site's two-digit ISO 3166 country code (e.g. GB) here.
PHONE_COUNTRY: ''