aboutsummaryrefslogtreecommitdiff
path: root/src/conf/conf.cfg-sample
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-03 21:00:25 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-03 21:00:25 +0100
commit4367d8d1df461806946e756370c9cb73e94f1a1a (patch)
tree409615a775d77f32b04c2bf266c11021ba058b22 /src/conf/conf.cfg-sample
parentcarpy tests for alembic... (diff)
downloadnewspipe-4367d8d1df461806946e756370c9cb73e94f1a1a.tar.gz
newspipe-4367d8d1df461806946e756370c9cb73e94f1a1a.tar.bz2
newspipe-4367d8d1df461806946e756370c9cb73e94f1a1a.zip
It is now possible to give the address of a CDN server through the configuratin file (or a system variable).
Diffstat (limited to 'src/conf/conf.cfg-sample')
-rw-r--r--src/conf/conf.cfg-sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample
index 98114c8a..2bcbca74 100644
--- a/src/conf/conf.cfg-sample
+++ b/src/conf/conf.cfg-sample
@@ -2,6 +2,8 @@
host = 127.0.0.1
port = 5000
secret = a secret only you know
+[cdn]
+address = https://cdn.cedricbonhomme.org/
[misc]
platform_url = http://127.0.0.1:5000/
admin_email =
bgstack15