aboutsummaryrefslogtreecommitdiff
path: root/grot.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'grot.cfg')
-rw-r--r--grot.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/grot.cfg b/grot.cfg
new file mode 100644
index 0000000..532e30e
--- /dev/null
+++ b/grot.cfg
@@ -0,0 +1,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.