aboutsummaryrefslogtreecommitdiff
path: root/www-apps
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/meta-srht/files/meta.sr.ht.confd2
-rw-r--r--www-apps/meta-srht/files/meta.sr.ht.initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/meta-srht/files/meta.sr.ht.confd b/www-apps/meta-srht/files/meta.sr.ht.confd
index ee7bca8..06cd549 100644
--- a/www-apps/meta-srht/files/meta.sr.ht.confd
+++ b/www-apps/meta-srht/files/meta.sr.ht.confd
@@ -1,2 +1,2 @@
-BINDADDRESS=10.0.0.0
+BINDADDRESS=127.0.0.1
PORT=8000 \ No newline at end of file
diff --git a/www-apps/meta-srht/files/meta.sr.ht.initd b/www-apps/meta-srht/files/meta.sr.ht.initd
index b7a3e72..0728798 100644
--- a/www-apps/meta-srht/files/meta.sr.ht.initd
+++ b/www-apps/meta-srht/files/meta.sr.ht.initd
@@ -5,7 +5,7 @@
name="meta.sr.ht daemon"
description=""
command="/usr/bin/gunicorn"
-command_args="metasrht.app:app -b 127.0.0.1:5000"
+command_args="metasrht.app:app -b ${ADDRESS}:${PORT}"
command_user="srht:srht"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"