> For the complete documentation index, see [llms.txt](https://docs.ryanmood.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ryanmood.me/privatechats/privatediscord/config-files/default-configs.md).

# Default Configs

{% tabs %}
{% tab title="config.yml" %}

```yaml
# Config file for PrivateDiscord

debug: false
```

{% endtab %}

{% tab title="secret.yml" %}

```yaml
# Secrets config for PrivateDiscord
# Never share this file with anyone, if you do redact all information.

discord:
  token: "TOKEN HERE"
```

{% endtab %}
{% endtabs %}
