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

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

Last updated

Was this helpful?