From b86b946791f8dcc23ed6c47d513e34ebb22c1610 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:32:39 +0200 Subject: Adding debian version 2.14.2-1. Signed-off-by: Daniel Baumann --- debian/ido-mysql.conf-sample | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/ido-mysql.conf-sample (limited to 'debian/ido-mysql.conf-sample') diff --git a/debian/ido-mysql.conf-sample b/debian/ido-mysql.conf-sample new file mode 100644 index 0000000..84752b4 --- /dev/null +++ b/debian/ido-mysql.conf-sample @@ -0,0 +1,14 @@ +/** + * The db_ido_mysql library implements IDO functionality + * for MySQL. + */ + +library "db_ido_mysql" + +object IdoMysqlConnection "ido-mysql" { + user = "_DBC_DBUSER_", + password = "_DBC_DBPASS_", + host = "_DBC_DBSERVER_", + database = "_DBC_DBNAME_" +} + -- cgit v1.2.3