Skip to content

Commit 7dde93e

Browse files
Bjornskjaldgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 95f4b47 commit 7dde93e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configuration/dashboard.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ Web dashboard is an easy way of managing your Miscord instance.
55
If you're running Miscord for the first time without a config, it will automatically set up the dashboard settings for you.
66
Otherwise, you need to add an api block to your config \(port is optional\):
77

8+
{% code title="config.json" %}
89
```javascript
910
"api": {
1011
"username": "ptrcnull",
1112
"password": "hunter2",
1213
"port": 1234
1314
}
1415
```
16+
{% endcode %}
1517

1618
{% hint style="warning" %}
1719
The `api` block should not be in other blocks like `messenger` or `discord`

0 commit comments

Comments
 (0)