remove outdated info from user config readme

This commit is contained in:
zefie
2022-11-30 07:04:45 -05:00
parent b7b17b7a33
commit c05d7eae6a

View File

@@ -22,11 +22,6 @@ If you would like to see debug information about realtime bytes received from a
"allow_guests": false "allow_guests": false
``` ```
If you would like to require registration, disabling guest mode, you can set `allow_guests` to `false`. Default is `true`; If you would like to require registration, disabling guest mode, you can set `allow_guests` to `false`. Default is `true`;
```
"pc_server_hidden_service_enabled": false,
"pc_server_hidden_service": "http_pc"
```
Set `pc_server_hidden_service_enabled` option to `true` to enable the HTTP Server for Browsers. Set `pc_server_hidden_service` to a directory under the ServiceVaults to use solely for PC requests. See `ServiceVault/http_pc` for some example code.
``` ```
"post_percentages": [ 0, 25, 50, 100] "post_percentages": [ 0, 25, 50, 100]
``` ```