/
home
/
obinna
/
html
/
cravings
/
public
/
blog
/
Upload File
HOME
<?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 */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'ddmk' ); /** MySQL database username */ define( 'DB_USER', 'w2' ); /** MySQL database password */ define( 'DB_PASSWORD', 'pQGKe5sN3^Y^M!z2' ); /** MySQL hostname */ define( 'DB_HOST', '144.202.101.245' ); /** 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', 'i$v/taWcv#p`J~oe./@lQ:$Db<9o}b7brf088uf$Kl{8qYs?h=#i>C`%Y{;j8X-P' ); define( 'SECURE_AUTH_KEY', '^cDtn,JUEhR|L+.Z5@F>J&OQJQUBKA:+_UOWRN[]L0px-Z<[9M,Sw7ClQ24MsxzL' ); define( 'LOGGED_IN_KEY', 'u3XJv*<%W<3]v/,v;3 se. /Q1l,{) R6lHa]SS%qYf~&dnK|7h6t+2Qdx>C!5G|' ); define( 'NONCE_KEY', 'nkNJ:Cr&f0,{~j~b+,acr<5}.F/lgw*ZPio4.osHB8.w%tu:Vj@<qD.yK;~@Hctq' ); define( 'AUTH_SALT', '`[R*/;h7>sk&_G 7!!?ONJ(*IXzK:?=6lO7R}v2w1(J)3$Cxcf+L[/O}Qq|fVS`+' ); define( 'SECURE_AUTH_SALT', 'EL1v}xF`R~d&8o4]jYs@irTQCe*[c3nS3*= Ac,%<P!,Ehh{nt=f.F6I3SpnuCau' ); define( 'LOGGED_IN_SALT', 'r^^m{U.~C}NLFY@dH8[<05(z&EV/#^`dt9N/SM|dc}E5hO,mM_me.{c%UD2z8H1>' ); define( 'NONCE_SALT', '4|6|k..6%He&<Z:*@rzT(n {b^4EGi>rV7NlI4dv8Ld.NKcmk1ZYs,iEvHX&?e H' ); /**#@-*/ /** * 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_3714866'; /** * 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';