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.
1 parent 95f4b47 commit 7dde93eCopy full SHA for 7dde93e
configuration/dashboard.md
@@ -5,13 +5,15 @@ Web dashboard is an easy way of managing your Miscord instance.
5
If you're running Miscord for the first time without a config, it will automatically set up the dashboard settings for you.
6
Otherwise, you need to add an api block to your config \(port is optional\):
7
8
+{% code title="config.json" %}
9
```javascript
10
"api": {
11
"username": "ptrcnull",
12
"password": "hunter2",
13
"port": 1234
14
}
15
```
16
+{% endcode %}
17
18
{% hint style="warning" %}
19
The `api` block should not be in other blocks like `messenger` or `discord`
0 commit comments