Configuration

== Configuration ==

The default configuration file looks like this:

mysql:
  hostname: 'localhost'
  username: 'usernamehere'
  password: 'passwordhere'
  database: 'databasename'
permissions:
  warp: 'fwarps.warp'
  warplist: 'fwarps.warplist'
  warpinfo: 'fwarps.warpinfo'
  setwarp: 'fwarps.setwarp'
  removewarp: 'fwarps.removewarp'
logstartup: true

You are required to change values in the MySQL section. Simply put in your MySQL login info and you're done. All other sections are optional to edit. The permissions section lets you change what permission nodes are required to use the various commands. And finally, the logstartup option takes values true/false, this enables/disables the startup logger described on the main page of this project.