aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-15 08:18:34 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-15 08:18:34 +0200
commit79ed9bf79160aac8d18650a9c23c0bca80158b86 (patch)
tree60838dd69ea9ffacb4da68fb221f8b3831400ba9 /conf
parentMerged in jaesivsm/pyaggr3g470r (pull request #13) (diff)
downloadnewspipe-79ed9bf79160aac8d18650a9c23c0bca80158b86.tar.gz
newspipe-79ed9bf79160aac8d18650a9c23c0bca80158b86.tar.bz2
newspipe-79ed9bf79160aac8d18650a9c23c0bca80158b86.zip
Fixed some problems with the install script.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index 80afcbe3..2f30b04a 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -1,9 +1,9 @@
[webserver]
-host = 0.0.0.0
+host = 127.0.0.1
port = 5000
secret = a secret only you know
[misc]
-platform_url = http://0.0.0.0:5000/
+platform_url = http://127.0.0.1:5000/
admin_email =
recaptcha_public_key =
recaptcha_private_key =
bgstack15