File "config.php"

Full Path: /www/wwwroot/creditmensch.click/app/config.php
File size: 865 bytes
MIME-type: --
Charset: utf-8

<?php
// +------------------------------------------------------------------------+
// | @author: coder_mvn
// | @name: Zontal - The Arcade Online HTML5 Game Playing Platform
// | @author_email: [email protected]   
// | @version: 4.0v
// +------------------------------------------------------------------------+
// | Zontal - The Arcade Online HTML5 Game Playing Platform
// | Copyright (c) 2023 Zontal. All rights reserved.
// +------------------------------------------------------------------------+

// MySQL Database User
define("DB_USERNAME", "creditmensch.cli");
// MySQL Database Password
define("DB_PASSWORD", "creditmensch.click");
// MySQL Hostname
define("DB_HOST", "localhost");
// MySQL Database Name
define("DB_NAME", "creditmensch.cli");

// Site URL
$site_url = "https://creditmensch.click/"; // e.g (http://example.com)
?>