From 1459031d842cd530d5b6e7977a49ee5efffa89bb Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Fri, 8 Jun 2007 15:14:36 +0000 Subject: [PATCH] * Added example configuration file for db_announce example application. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@361 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/examples/db_announce/announcement.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 apps/examples/db_announce/announcement.conf diff --git a/apps/examples/db_announce/announcement.conf b/apps/examples/db_announce/announcement.conf new file mode 100644 index 00000000..00355aab --- /dev/null +++ b/apps/examples/db_announce/announcement.conf @@ -0,0 +1,15 @@ +# MySQL server host +# (default localhost) +#mysql_host=localhost + +# MySQL user id +# (default sems) +#mysql_user=sems + +# MySQL password +# (default empty string) +#mysql_passwd=secret + +# MySQL database +# (default sems) +# mysql_db=sems