diff options
| author | 2007-06-26 09:19:42 +0000 | |
|---|---|---|
| committer | 2007-06-26 09:19:42 +0000 | |
| commit | c3d5aad1a6d2b84994682fbd0e07597fdb680a00 (patch) | |
| tree | 57118ebd32c78663f9dc36aea49726e45e5b88a3 /config-default | |
| parent | 14bd999ada56e20ffc355ef32d7a8a0bbf9d1032 (diff) | |
Whoops, forgot to add the mysql files
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/mysql.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config-default/mysql.xml b/config-default/mysql.xml new file mode 100644 index 0000000..3f66147 --- /dev/null +++ b/config-default/mysql.xml @@ -0,0 +1,8 @@ +<mysql> + <user>USER</user> + <pass>PASS</pass> + <db>asm_main</db> + <table>alertlog</table> + <host>localhost</host> + <port>3307</port> +</mysql> |
