> For the complete documentation index, see [llms.txt](https://docs.simonmaribo.dk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simonmaribo.dk/plugins/discord-link/konfiguration/config.md).

# Config

{% code title="config.yml" %}

```yaml
license: license key
token: discord bot token
guild: guild id
channel: channel id (der kan ikke skrives beskeder i denne kanal)
mysql:
  enabled: false
  host: localhost
  port: 3306
  database: bungee
  username: root
  password: password
  use_ssl: false
roles:
  verified: id of the verified role
```

{% endcode %}
