| Server IP : 162.253.224.18 / Your IP : 216.73.216.135 Web Server : Apache System : Linux s18.infinitysrv.com 3.10.0-962.3.2.lve1.5.89.el7.x86_64 #1 SMP Thu Jul 9 15:55:31 UTC 2026 x86_64 User : dejavumk ( 1184) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dejavumk/perbec.com/ |
Upload File : |
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the web site, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "dejavumk_perbe" );
/** Database username */
define( 'DB_USER', "dejavumk_perbe" );
/** Database password */
define( 'DB_PASSWORD', "M.p31-7T4S" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+
* Authentication unique keys and salts.
*
* Change these to different unique phrases! You can generate these using
* the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
*
* You can change these at any point in time to invalidate all existing cookies.
* This will force all users to have to log in again.
*
* @since 2.6.0
*/
define( 'AUTH_KEY', 'at1iomsernid5vpris2wtl6ioslw2iek9zk1lxrc6vfbx7lmphobmpoxmi52kqh3' );
define( 'SECURE_AUTH_KEY', 'hjq80k9flguhre9rmaclqxqtoh4fguqeukfu0n2nqdywcuzpbdiw9pgc91hypdzf' );
define( 'LOGGED_IN_KEY', 'oz0jnigm0dsvllcnyqtejhwnloniwafvptn44irrpabdmayndrofcj1oj0w3ka19' );
define( 'NONCE_KEY', 'qrdj9tma9vaxkyocbls94y5lojflr8zpvbm279mx45p7ihj9hpq4p1uh46w4z3is' );
define( 'AUTH_SALT', 'ghaskkrpupxt5aicdamahtgls1xssbhejbvr0t6iezjlnvwm8ht4qeuc6ucv7tc0' );
define( 'SECURE_AUTH_SALT', 'yz3fnlgta4jeelvez9eu5qn1k9mpndukpweagllxitumbz196yr43niekhy7m9fc' );
define( 'LOGGED_IN_SALT', 'a5vijrcmojxigefl4iig7qmqqwo3nmakklrbukfe9abitkjmwtf3nzp9zv2v4agr' );
define( 'NONCE_SALT', 'zjkwypsvcsb33u1yxxi2x4npqrpeu0ocje8qsrcqz3sbz1yh49ebe1j904ochhqm' );
/**#@-*/
/**
* WordPress database table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wpwg_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_HOME', 'https://perbec.com' );
define( 'WP_SITEURL', 'https://perbec.com' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';