| Server IP : 77.68.25.176 / Your IP : 216.73.216.43 Web Server : Apache System : Linux plesk 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 User : dwp ( 10001) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/dazzlingwebplanet.co.uk/dazzlingwebplanet.co.uk/ |
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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
define('WP_MEMORY_LIMIT', '564M');
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'dwp_dazzlingwebplanet' );
/** MySQL database username */
define( 'DB_USER', 'dazzling_root' );
/** MySQL database password */
define( 'DB_PASSWORD', 'R00t@123!' );
/** MySQL 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', '@]{Fp,?ME$KOi-K@_g?j.]~.+-!T%hm/]4kNEDts~7H~)w_Bq@7TY |s*]^w4b^7' );
define( 'SECURE_AUTH_KEY', '<GgoE#},xi)7~5AOlZF9IEY,N{_#1;c2Lu}KH8$EQh8AeG/T^7A7o#ZLD%8w>.N5' );
define( 'LOGGED_IN_KEY', '8Ko(L-,/!q_^9>KL&8e>VTV6A64M3iEOSz`Its6@_CfL4=GXA-/FD]EkaPu41F*#' );
define( 'NONCE_KEY', 'z(I=24a>.dIENq94N[, <bUg$jW_r$J4PZpGyzWP0j()yME nnV}JRXRDAH_Hm`O' );
define( 'AUTH_SALT', 'sgc?&dtoL7$3rQnYS?$+-ju}Br,vA~w5/:.6E3R9<c}Mwe5$&QPtO?+b]f+6a|Xg' );
define( 'SECURE_AUTH_SALT', '!3)G0O$(Ee]QG: %dD74ZmzMoE)rl}4YH x0>M@[)As`>W/i&%ql*;s$u]p~tuR[' );
define( 'LOGGED_IN_SALT', 'iY(TyCcB}XrVa{1g0r5F|O,n{(m*7c5KE#(k;4M>P~QTl1s!L1c~Q3qv?R:#rjO&' );
define( 'NONCE_SALT', 'K-z-vd)*<TynfGw`X@cB^;v>D&x*1l`xDMQ-ozeJHSlZ}F$1rGa`]#@CcZ<i=;60' );
define( "WP_DEBUG", false );
/**#@-*/
/**
* 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 = 'wp_';
/**
* 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 );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';