# 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 %}
