fix ports variables

This commit is contained in:
chaos 2025-01-27 17:28:28 +00:00
parent 241c43409f
commit 438ca8ae33
No known key found for this signature in database

View file

@ -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;
}; };
} }