summaryrefslogtreecommitdiffstats
path: root/config-default/mysql.xml
blob: a63381395c66a1027d3b4b08f3a6df44567f8357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<mysql>
  <user>USER</user>
  <pass>PASS</pass>
  <db>asm_main</db>
  <table>alertlog</table>
  <actiontable>actionlog</actiontable>
  <host>localhost</host>
  <port>3307</port>
  <ignoredidents>
    <ident>~chatzilla</ident>
  </ignoredidents>
  <ignoredgecos>
    <geco>new now know how</geco>
  </ignoredgecos>
</mysql>