diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:32:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:32:39 +0000 |
commit | b86b946791f8dcc23ed6c47d513e34ebb22c1610 (patch) | |
tree | 9893d33a249fbf175f69e9f18a7fa0b84718ec24 /debian/ido-mysql.conf-sample | |
parent | Adding upstream version 2.14.2. (diff) | |
download | icinga2-debian/2.14.2-1.tar.xz icinga2-debian/2.14.2-1.zip |
Adding debian version 2.14.2-1.debian/2.14.2-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/ido-mysql.conf-sample | 14 |
1 files changed, 14 insertions, 0 deletions
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_" +} + |