# data.yml

## Overview

The **data.yml** file is one of the main config files for FateHub! This contains MySQL details.

Last Updated: 2/18/2022

{% hint style="danger" %}
If you are using a BungeeCord network, make sure your server spigot.yml the bungeecord setting is set correctly. This will prevent issues with cross-server syncing.
{% endhint %}

```
#MySQL Details:
MySQL:
  host: localhost
  port: 3306
  database: fatehub
  username: root
  password: password
```
