aboutsummaryrefslogtreecommitdiff
path: root/grot.cfg
blob: 532e30e939dd351f2445d86e62c3407c9c58950d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

Return to:

Send suggestions and report system problems to the System administrator.