DatabaseSettings - Septillihedron/SuperheroesPlusSchema GitHub Wiki

DatabaseSettings - An object

Properties

type - Optional string

Defaults to YAML

host - Optional string

Defaults to this needs filling with your host name if using mysql

port - Optional integer

Defaults to 3306

name - Optional string

Defaults to this needs filling with the database name if using mysql

username - Optional string

Defaults to this needs filling with the username of the account being used to connect

password - Optional string

Defaults to this needs filling with the password being used to connect