diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-03 20:12:36 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-03 20:12:36 -0500 |
commit | 6229c1eaa8bef692448c008ec90059b50c5dd060 (patch) | |
tree | a1e0a6c2b86bf3cceb15593637acd94dd316d5d0 /www-apps | |
parent | b20c03f656bdb116036412f8ced539c318fc5df1 (diff) | |
download | MrRoy-Overlay-6229c1eaa8bef692448c008ec90059b50c5dd060.tar.gz MrRoy-Overlay-6229c1eaa8bef692448c008ec90059b50c5dd060.tar.bz2 MrRoy-Overlay-6229c1eaa8bef692448c008ec90059b50c5dd060.zip |
www-apps/meta-srht: update defaults
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/meta-srht/files/meta.sr.ht.confd | 2 | ||||
-rw-r--r-- | www-apps/meta-srht/files/meta.sr.ht.initd | 2 |
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" |