diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-04 17:05:42 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:16:16 +0100 |
commit | 6d32a6d09b8f8159f61ad23007734cda7a6faaba (patch) | |
tree | 6bd53fe4e34c2a73ebe9d5af367bf340aec322e1 | |
parent | 0aa4e59e5a9e011b9bab40a6e1715687a62d3f94 (diff) |
add SHOW_ADMIN_HINTS to conf 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 |