aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-16 07:50:17 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-16 07:50:17 +0100
commit3068763a37193e0affe48608011d86aa25e8de83 (patch)
treeb21fd941e12f55e2e43b1432a8e0cdb5c147371f /app.json
parentIt is again possible (for an administrator) to delete the feed of a user. (diff)
downloadnewspipe-3068763a37193e0affe48608011d86aa25e8de83.tar.gz
newspipe-3068763a37193e0affe48608011d86aa25e8de83.tar.bz2
newspipe-3068763a37193e0affe48608011d86aa25e8de83.zip
I now know why my sessios was always lost on Heroku...
Diffstat (limited to 'app.json')
-rw-r--r--app.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.json b/app.json
index 164eff7e..30610806 100644
--- a/app.json
+++ b/app.json
@@ -16,6 +16,7 @@
"CDN_ADDRESS": "https://cdn.cedricbonhomme.org/",
"ADMIN_EMAIL": "root@jarr.localhost",
"ADMIN_PASSWORD": "password",
+ "SECRET_KEY": "a secret only you know in order to use sessions",
"NOTIFICATION_EMAIL": "JARR@no-reply.com",
"RECAPTCHA_PRIVATE_KEY": "REDACTED",
"RECAPTCHA_PUBLIC_KEY": "REDACTED",
bgstack15