open5gs/open5gs-webui.conf

9 lines
334 B
Plaintext
Raw Permalink Normal View History

G
2025-11-04 14:51:33 -05:00
[program:open5gs-webui]
directory=/opt/open5gs/webui
command=/bin/bash -c "HOSTNAME=127.0.0.1 PORT=9999 npm run dev"
autostart=true
autorestart=true
environment=PATH="/usr/bin:/bin:/usr/local/bin",NODE_ENV="development"
stderr_logfile=/var/log/supervisor/open5gs-webui.err.log
stdout_logfile=/var/log/supervisor/open5gs-webui.out.log