GUI Config EpicCore/database.yml

Configurations were created to be easily understood. Please read over the comments in the default config for specific setup instructions.

Configure Database

# Options:
# - sqlite - Saved as a local file
# - mysql - Saved on a remote database
type: "sqlite"
# Host for database
host: "localhost"
# Port for host
port: 3306
# Username for database
username: ""
# Password for database
password: ""
# Database name
name: ""
# Prefix for all tables
prefix: "EpicCore_"

Command Aliases