diff options
-rw-r--r-- | conf/general.yml-example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index d30c494ca..e0103ae4f 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -166,3 +166,8 @@ LONDON_REPORTIT_KEY: '' LONDON_REPORTIT_SECRET: '' AUTH_SHARED_SECRET: '' HEARFROMYOURMP_BASE_URL: '' + +# if you want hints shown in the admin interface, set SHOW_ADMIN_HINTS to 1 +# (mostly useful if you're installing FixMyStreet and are not familiar with the admin: +# recommended for new installations) +SHOW_ADMIN_HINTS: 1 |