Server Database

NameTypeExampleDescription
TypestringsqliteConfigures the type of database the server will connect to. Currently supports sqlite and mysql.
ServerstringlocalhostConfigures the database server the server will connect to. (if applicable)
Portnumber3306Configures the database port the server will connect to. (if applicable)
DatabasestringConfigures the database name the server will connect to. (if applicable)
UsernamestringConfigures the username the server will use to connect to the database. (if applicable)
PasswordstringConfigures the password the server will use to connect to the database. (if applicable)
LogLevelstringErrorConfigures the log level to maintain regarding interactions with the database. (Error, Warning, Info)