diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-15 09:47:59 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-15 09:47:59 +0200 |
commit | b0718524b9d8ab5c792da78a4f7a0bb802474fd3 (patch) | |
tree | 8b75b83e925a76667c5f5fcfdda026faf62b94cd /vagrant/conf.cfg-sample | |
parent | Updated conf file for Vagrant installation. (diff) | |
download | newspipe-b0718524b9d8ab5c792da78a4f7a0bb802474fd3.tar.gz newspipe-b0718524b9d8ab5c792da78a4f7a0bb802474fd3.tar.bz2 newspipe-b0718524b9d8ab5c792da78a4f7a0bb802474fd3.zip |
The web server should run on 0.0.0.0 for Vagrant.
Diffstat (limited to 'vagrant/conf.cfg-sample')
-rw-r--r-- | vagrant/conf.cfg-sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/conf.cfg-sample b/vagrant/conf.cfg-sample index e5969c54..945bee6e 100644 --- a/vagrant/conf.cfg-sample +++ b/vagrant/conf.cfg-sample @@ -1,5 +1,5 @@ [webserver] -host = 127.0.0.1 +host = 0.0.0.0 port = 5000 secret = a secret only you know [misc] |