[mod] conf:default value for port.
This commit is contained in:
parent
8643563abd
commit
7bf188dae4
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ namespace _espe.conf
|
|||
),
|
||||
"server": (
|
||||
((node_server) => ({
|
||||
"port": (node_server["port"] ?? 7979),
|
||||
"port": (node_server["port"] ?? 3593),
|
||||
"path_base": (node_server["path_base"] ?? ""),
|
||||
})) (conf_raw["server"] ?? {})
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue