foramtting

9f98bee3625c7e004533e6ab3c476ed3664c4097

BPplays <andymalbp@gmail.com>

1 files changed, +2 -2Showing whitespace changes
server.js+2 -2
@@ -269,9 +269,9 @@ const enableAccounts = getConfigValue('enableUserAccounts', DEFAULT_ACCOUNTS);
269269const uploadsPath = path.join(dataRoot, UPLOADS_DIRECTORY);
270270
271271
272272/** @type {boolean |' "auto'"} */
273273let enableIPv6 = stringToBool(cliArguments.enableIPv6) ?? getConfigValue('protocol.ipv6', DEFAULT_ENABLE_IPV6);
274274/** @type {boolean |' "auto'"} */
275275let enableIPv4 = stringToBool(cliArguments.enableIPv4) ?? getConfigValue('protocol.ipv4', DEFAULT_ENABLE_IPV4);
276276
277277/** @type {string} */