selfoss (service): fix port in service config (#50411)
This commit is contained in:
parent
31d72972f7
commit
8bf4fe85f1
|
@ -21,8 +21,8 @@ let
|
|||
db_database=${cfg.database.name}
|
||||
db_username=${cfg.database.user}
|
||||
db_password=${cfg.database.password}
|
||||
db_port=${if (cfg.database.port != null) then cfg.database.port
|
||||
else default_port}
|
||||
db_port=${toString (if (cfg.database.port != null) then cfg.database.port
|
||||
else default_port)}
|
||||
''
|
||||
}
|
||||
${cfg.extraConfig}
|
||||
|
|
Loading…
Reference in New Issue