diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-05 12:25:24 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-05 12:25:24 +0200 |
commit | 3f69ccecd5daaacd810b2d574d92227f9025d3aa (patch) | |
tree | f5bd00ac2e0cde869a799723730c65fdb117f488 /conf | |
parent | Added a link to the home to let the user request form an account. (diff) | |
download | newspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.tar.gz newspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.tar.bz2 newspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.zip |
Integration of recaptcha module.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.cfg-sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index 1dafebcb..a7a3d4cf 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -1,6 +1,8 @@ [misc] platform_url = https://pyaggr3g470r.herokuapp.com/ admin_platform_email = +recaptcha_public_key = +recaptcha_private_key = [database] uri = postgres://cedric:password@127.0.0.1:5432/pyAggr3g470r [feedparser] |