diff options
Diffstat (limited to 'icelog.conf')
-rw-r--r-- | icelog.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icelog.conf b/icelog.conf new file mode 100644 index 0000000..058c8fc --- /dev/null +++ b/icelog.conf @@ -0,0 +1,2 @@ +# DBI datasource, username and password +($dsn, $username, $password) = ('DBI:mysql:icelog', 'user', 'password'); |