We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed798fb + 0c53bdc commit 14a8e5eCopy full SHA for 14a8e5e
content/docs/server/configuration.mdx
@@ -3,6 +3,7 @@ title: Configuration
3
---
4
5
import { Callout } from 'fumadocs-ui/components/callout';
6
+
7
{/*
8
## Introduction
9
@@ -107,6 +108,7 @@ you first start the client.
107
108
<br />
109
110
*/}
111
112
### Compile and Run on Linux
113
114
#### Prerequisits Assuming Debian/Ubuntu
@@ -270,7 +272,7 @@ How many people can connect with the same Auth credentials.
270
272
271
273
The default settings you may find in the config.xml:
274
-```xml
275
+```xml title="config.xml"
276
<?xml version="1.0" encoding="utf-8"?>
277
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
278
<PeerLimit>1024</PeerLimit>
0 commit comments