<?php
/*
//Last change in version: 2.1 Alpha 4
******************************************************************************
ADbNewsSender 2
Copyright (C) 2010 Florian Grannemann (hide@address.com)
Website: http://adbnewssender.sf.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
******************************************************************************
*/
//Database type (lower case!):
//Use "mysql" for MySQL, "mariadb" for MariaDB or "postgresql" for PostgreSQL
$db_type="mysql";
//$db_type="postgresql";
//please specify your database server address:
//If the server doesn't use the specific default port, use "servername:port".
$db_server="";
//Please specify your DB name
$db_name="";
//Please specify your db user name
$db_user="";
// Please specify your db password
$db_password="";
?>