diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-08 07:14:52 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-08 07:14:52 +0100 |
commit | 46d967d7678ea0dee5c9fb83702ddae28f1c2512 (patch) | |
tree | 295e8eb991f2bf756c8b4131210502ea7676f49b /vagrant | |
parent | Updated Vagrant install script. (diff) | |
download | newspipe-46d967d7678ea0dee5c9fb83702ddae28f1c2512.tar.gz newspipe-46d967d7678ea0dee5c9fb83702ddae28f1c2512.tar.bz2 newspipe-46d967d7678ea0dee5c9fb83702ddae28f1c2512.zip |
Updated Vagrant default configuration file.
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/conf.cfg-sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vagrant/conf.cfg-sample b/vagrant/conf.cfg-sample index e92fd4cb..ac34c2f4 100644 --- a/vagrant/conf.cfg-sample +++ b/vagrant/conf.cfg-sample @@ -2,6 +2,8 @@ host = 0.0.0.0 port = 5000 secret = a secret only you know +[cdn] +cdn_address = https://cdn.cedricbonhomme.org/ [misc] platform_url = http://127.0.0.1:5000/ admin_email = |