diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-10-28 13:23:42 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-10-28 13:23:42 +0100 |
commit | b46dccd8d8d85fb2a1d304ff239cdfcbcdc6bcb3 (patch) | |
tree | fcd3f507fdb4f31371c7a852b6028bb17d6b267a /src/conf | |
parent | Removed useless tag cloud. (diff) | |
download | newspipe-b46dccd8d8d85fb2a1d304ff239cdfcbcdc6bcb3.tar.gz newspipe-b46dccd8d8d85fb2a1d304ff239cdfcbcdc6bcb3.tar.bz2 newspipe-b46dccd8d8d85fb2a1d304ff239cdfcbcdc6bcb3.zip |
Removed tag cloud from the public feed page.
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 40938851..2dfe7b21 100644 --- a/src/conf/conf.cfg-sample +++ b/src/conf/conf.cfg-sample @@ -2,6 +2,7 @@ host = 0.0.0.0 port = 5000 secret_key = a secret only you know +debug = true [cdn] cdn_address = https://cdn.cedricbonhomme.org/ [misc] |