From 9516e1d117d1dcf88db7ead53f950c66850c6fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Fri, 17 Jun 2011 18:34:11 +0200 Subject: Source code taken from cacert-20110616.tar.bz2 --- scripts/perl_mysql.sample | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/perl_mysql.sample (limited to 'scripts/perl_mysql.sample') diff --git a/scripts/perl_mysql.sample b/scripts/perl_mysql.sample new file mode 100644 index 0000000..4800289 --- /dev/null +++ b/scripts/perl_mysql.sample @@ -0,0 +1,6 @@ +# This file contains the data needed to connect to the database to be +# used in perl scripts + +$cacert_db_config = 'DBI:mysql:database=cacert;host=127.0.0.1'; +$cacert_db_user = 'cacert'; +$cacert_db_password = ''; \ No newline at end of file -- cgit v1.2.1