This commit is contained in:
2025-02-07 16:43:54 +01:00
parent f15e5e297f
commit c22f73c04d
3 changed files with 8 additions and 13 deletions

View File

@ -15,7 +15,7 @@ load_rc_config $name
: ${akhq_config:=%%LOCALBASE%%/etc/akhq/application.yml}
: ${akhq_jar:=%%LOCALBASE%%/share/java/akhq/akhq.jar}
: ${akhq_java:=%%LOCALBASE%%/bin/java}
: ${akhq_user:=www}
: ${akhq_user:=%%WWWOWN%%}
: ${akhq_pidfile:=/var/run/${name}.pid}
command="/usr/sbin/daemon"

View File

@ -6,4 +6,4 @@ akhq:
micronaut:
server:
port: 8080
host: "0.0.0.0"
host: "127.0.0.1"