diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-16 07:50:17 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-16 07:50:17 +0100 |
commit | 3068763a37193e0affe48608011d86aa25e8de83 (patch) | |
tree | b21fd941e12f55e2e43b1432a8e0cdb5c147371f /src/conf | |
parent | It is again possible (for an administrator) to delete the feed of a user. (diff) | |
download | newspipe-3068763a37193e0affe48608011d86aa25e8de83.tar.gz newspipe-3068763a37193e0affe48608011d86aa25e8de83.tar.bz2 newspipe-3068763a37193e0affe48608011d86aa25e8de83.zip |
I now know why my sessios was always lost on Heroku...
Diffstat (limited to 'src/conf')
-rw-r--r-- | src/conf/conf.cfg-sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample index 3d7a27a6..cc37a4a2 100644 --- a/src/conf/conf.cfg-sample +++ b/src/conf/conf.cfg-sample @@ -1,6 +1,7 @@ [webserver] host = 127.0.0.1 port = 5000 +secret_key = a secret only you know [cdn] cdn_address = https://cdn.cedricbonhomme.org/ [misc] |