fix: pass the config for QA_LISTEN_ADDRESS

This commit is contained in:
Jet 2026-03-28 20:50:59 -07:00
parent 1174299e77
commit 60c598c17d
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View file

@ -253,6 +253,8 @@ in
"QA_NOTIFY_EMAIL=${cfg.qaNotifyEmail}"
"QA_MAIL_DOMAIN=${cfg.qaMailDomain}"
"QA_REPLY_DOMAIN=${cfg.qaReplyDomain}"
"QA_LISTEN_ADDRESS=${cfg.apiListenAddress}"
"QA_LISTEN_PORT=${toString cfg.apiListenPort}"
];
NoNewPrivileges = true;
PrivateTmp = true;