mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
set port in module
This commit is contained in:
parent
1d0d8fda57
commit
2ac0058099
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ in {
|
||||||
wants = ["network-online.target"];
|
wants = ["network-online.target"];
|
||||||
environment = {
|
environment = {
|
||||||
RUST_LOG = cfg.logLevel;
|
RUST_LOG = cfg.logLevel;
|
||||||
|
PORT = toString cfg.port;
|
||||||
};
|
};
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue