diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-03 21:06:15 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-03 21:06:15 +0100 |
commit | e1ad5111872bcca3f15efef997569e9229a81e49 (patch) | |
tree | 9f66bd362e49cf6d8b8dc0230b81909293e84659 /src/conf | |
parent | It is now possible to give the address of a CDN server through the configurat... (diff) | |
download | newspipe-e1ad5111872bcca3f15efef997569e9229a81e49.tar.gz newspipe-e1ad5111872bcca3f15efef997569e9229a81e49.tar.bz2 newspipe-e1ad5111872bcca3f15efef997569e9229a81e49.zip |
fixed loading of the CDN address
Diffstat (limited to 'src/conf')
-rw-r--r-- | src/conf/conf.cfg-sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample index 2bcbca74..bbbf5996 100644 --- a/src/conf/conf.cfg-sample +++ b/src/conf/conf.cfg-sample @@ -3,7 +3,7 @@ host = 127.0.0.1 port = 5000 secret = a secret only you know [cdn] -address = https://cdn.cedricbonhomme.org/ +cdn_address = https://cdn.cedricbonhomme.org/ [misc] platform_url = http://127.0.0.1:5000/ admin_email = |