You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generator walks you through each setting and produces a valid `config.toml` file. You can also build the configurator locally from the [rustmail_configurator](https://github.com/Rustmail/rustmail_configurator) repository.
13
+
The generator walks you through each setting and produces a valid `config.toml` file. You can also build the
14
+
configurator locally from the [rustmail_configurator](https://github.com/Rustmail/rustmail_configurator) repository.
14
15
15
16
---
16
17
@@ -22,7 +23,8 @@ If you prefer to create the configuration manually, copy `config.example.toml` a
22
23
cp config.example.toml config.toml
23
24
```
24
25
25
-
Below is an overview of each configuration section. For a complete reference of all options, see [Configuration Reference](../reference/configuration.md).
26
+
Below is an overview of each configuration section. For a complete reference of all options,
27
+
see [Configuration Reference](../reference/configuration.md).
-`staff_guild_id` is where ticket channels are created
72
75
@@ -82,7 +85,8 @@ user_message_color = "3d54ff"
82
85
staff_message_color = "ff3126"
83
86
```
84
87
85
-
The `inbox_category_id` is required. Create a category in your staff server (or your single server) and copy its ID. All ticket channels will be created under this category.
88
+
The `inbox_category_id` is required. Create a category in your staff server (or your single server) and copy its ID. All
89
+
ticket channels will be created under this category.
0 commit comments