foramtting
| @@ -269,9 +269,9 @@ const enableAccounts = getConfigValue('enableUserAccounts', DEFAULT_ACCOUNTS); | ||
| 269 | 269 | const uploadsPath = path.join(dataRoot, UPLOADS_DIRECTORY); |
| 270 | 270 | |
| 271 | 271 | |
| 272 | 272 | /** @type {boolean |' "auto'"} */ |
| 273 | 273 | let enableIPv6 = stringToBool(cliArguments.enableIPv6) ?? getConfigValue('protocol.ipv6', DEFAULT_ENABLE_IPV6); |
| 274 | 274 | /** @type {boolean |' "auto'"} */ |
| 275 | 275 | let enableIPv4 = stringToBool(cliArguments.enableIPv4) ?? getConfigValue('protocol.ipv4', DEFAULT_ENABLE_IPV4); |
| 276 | 276 | |
| 277 | 277 | /** @type {string} */ |