aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-05 08:38:30 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-05 08:38:30 +0200
commitbdb8818e04d752eb5d570d9d495e1a7932c31181 (patch)
treea9d3b1e28eeff1c47a8dd3f0dc506238e909f153 /conf
parentUpdated revision date. (diff)
downloadnewspipe-bdb8818e04d752eb5d570d9d495e1a7932c31181.tar.gz
newspipe-bdb8818e04d752eb5d570d9d495e1a7932c31181.tar.bz2
newspipe-bdb8818e04d752eb5d570d9d495e1a7932c31181.zip
Added a link to the home to let the user request form an account.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index 5af7d0af..1dafebcb 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -1,5 +1,6 @@
[misc]
platform_url = https://pyaggr3g470r.herokuapp.com/
+admin_platform_email =
[database]
uri = postgres://cedric:password@127.0.0.1:5432/pyAggr3g470r
[feedparser]
bgstack15