diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-18 09:10:51 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-18 09:10:51 +0100 |
commit | 11c04dcea149d7d2f7ba50992b378ec33b79a3fc (patch) | |
tree | 280902f7d97ed515488d88dc96b3a96b67ec27ee /src | |
parent | app -> application (diff) | |
download | newspipe-11c04dcea149d7d2f7ba50992b378ec33b79a3fc.tar.gz newspipe-11c04dcea149d7d2f7ba50992b378ec33b79a3fc.tar.bz2 newspipe-11c04dcea149d7d2f7ba50992b378ec33b79a3fc.zip |
New environment variable for the token salt on Heroku.
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.py b/src/conf.py index 5c96fea8..31fe20c4 100644 --- a/src/conf.py +++ b/src/conf.py @@ -36,6 +36,7 @@ DEFAULTS = {"platform_url": "https://jarr.herokuapp.com/", "log_level": "info", "user_agent": "JARR (https://github.com/JARR-aggregator)", "secret_key": "", + "security_password_salt", "", "enabled": "false", "notification_email": "jarr@no-reply.com", "tls": "false", |