diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-27 12:59:44 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-27 12:59:44 +0200 |
commit | f9c705fa0e6b6440bcf1d8adf5b58f5030c93e48 (patch) | |
tree | ebb24d0de08c4aeaadf17882ddd0467d377c26eb /src/conf | |
parent | Fixed install.sh script. (diff) | |
download | newspipe-f9c705fa0e6b6440bcf1d8adf5b58f5030c93e48.tar.gz newspipe-f9c705fa0e6b6440bcf1d8adf5b58f5030c93e48.tar.bz2 newspipe-f9c705fa0e6b6440bcf1d8adf5b58f5030c93e48.zip |
Updated installation script.
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 811bde67..a9e59936 100644 --- a/src/conf/conf.cfg-sample +++ b/src/conf/conf.cfg-sample @@ -1,5 +1,5 @@ [webserver] -host = 127.0.0.1 +host = 0.0.0.0 port = 5000 secret_key = a secret only you know [cdn] |