botsArena/src/config.php.empty
2016-06-19 23:09:59 +02:00

28 lines
714 B
Plaintext

<?php
#- BEGIN LICENSE BLOCK ---------------------------------------
#
# This file is part of botsArena.
#
# Copyright (C) Gnieark et contributeurs
# Licensed under the GPL version 3.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/gpl-3.0-standalone.html
#
# -- END LICENSE BLOCK -----------------------------------------
$siteParam=array("BASEURL" => "http://botsarena.tinad.fr/");
$mysqlParams=array(
'host' => 'localhost',
'user' => '',
'pass' => '',
'database'=>''
);
$smtpParams=array(
//exemple for gmail
'auth' => true,
'secure' => 'tls',
'host' => 'smtp.gmail.com',
'port' => 587,
'username' => "email@gmail.com",
'pass' => ""
);