aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-05 12:25:24 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-05 12:25:24 +0200
commit3f69ccecd5daaacd810b2d574d92227f9025d3aa (patch)
treef5bd00ac2e0cde869a799723730c65fdb117f488 /conf
parentAdded a link to the home to let the user request form an account. (diff)
downloadnewspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.tar.gz
newspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.tar.bz2
newspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.zip
Integration of recaptcha module.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample2
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]
bgstack15