fix: pass the config for QA_LISTEN_ADDRESS
This commit is contained in:
parent
1174299e77
commit
60c598c17d
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue