summaryrefslogtreecommitdiffstats
path: root/config-default/mysql.xml
blob: 299c167abe3e126f7fef9a1c38111b98a134a836 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<mysql>
  <user>USER</user>
  <pass>PASS</pass>
  <db>asm_main</db>
  <dblog>asm_log</dblog>
  <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>