For the complete documentation index, see llms.txt. This page is also available as Markdown.

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