fix ports variables
This commit is contained in:
parent
241c43409f
commit
438ca8ae33
|
@ -9,8 +9,8 @@
|
||||||
http = let
|
http = let
|
||||||
base = 4300;
|
base = 4300;
|
||||||
in {
|
in {
|
||||||
music = http + 0;
|
music = base + 0;
|
||||||
public = http + 1;
|
public = base + 1;
|
||||||
uploads_public = http + 2;
|
uploads_public = base + 2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue