From 6229c1eaa8bef692448c008ec90059b50c5dd060 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 3 Jan 2023 20:12:36 -0500 Subject: www-apps/meta-srht: update defaults --- www-apps/meta-srht/files/meta.sr.ht.confd | 2 +- www-apps/meta-srht/files/meta.sr.ht.initd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www-apps/meta-srht') 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" -- cgit v1.2.3