# A sample configuration file for Grot. # Edit it to your liking at copy to /etc/grot.cfg # Configure master SQL server. [grot] host = master.host.name port = 3306 user = root pass = guessme # Configure slave servers. [slave] user = grot port = 3306 pass = # Any slaves that do not match the [slave] section above # must have their own section. The section is named after # the host name. For example [slave.example.com] user = mbrt port = 3306 pass = 1234