| Server IP : 142.11.234.102 / Your IP : 216.73.217.78 Web Server : Apache System : Linux dal-shared-66.hostwindsdns.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : krnuyqrm ( 1183) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/var/softaculous/simplerisk/ |
Upload File : |
<?php
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// MySQL Database Host Name
define('DB_HOSTNAME', '[[softdbhost]]');
// MySQL Database Port Number
define('DB_PORT', '3306');
// MySQL Database User Name
define('DB_USERNAME', '[[softdbuser]]');
// MySQL Database Password
define('DB_PASSWORD', '[[softdbpass]]');
// MySQL Database Name
define('DB_DATABASE', '[[softdb]]');
// Use database for sessions
define('USE_DATABASE_FOR_SESSIONS', 'true');
// Path to the certificate to be used for SSL connections to the database
define('DB_SSL_CERTIFICATE_PATH', '');
?>