From de1513a40da72632b500c710c5254c8e3639b7bd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 28 Mar 2017 13:53:46 +0200 Subject: Fix updating running low --- config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/settings.yml') diff --git a/config/settings.yml b/config/settings.yml index f6332bd..078fa19 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -1,6 +1,6 @@ static-dir: "_env:STATIC_DIR:static" approot: "_env:APPROOT:" -host: "_env:HOST:*4" # any IPv4 host +host: "_env:HOST:*" # any IPv4 host port: "_env:PORT:3000" ip-from-header: "_env:IP_FROM_HEADER:false" -- cgit v1.2.3