Fix double

This commit is contained in:
minish 2026-02-26 03:57:33 -05:00
parent 5a17f60647
commit c4a2215822
Signed by: min
SSH Key Fingerprint: SHA256:mf+pUTmK92Y57BuCjlkBdd82LqztTfDCQIUp0fCKABc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ in {
SHOW_PASSWORD_HINT = false;
ROCKET_ADDRESS = httpIntAddr;
ROCKET_PORT = 14210;
ROCKET_PORT = httpIntPort;
};
};
}