aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
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