Psyduck - 可達鴨 之 鴨力山大 v0.1

Current Path : home/irplbiz/public_html/adharsweets_dev/
Upload File :
Current File : /home/irplbiz/public_html/adharsweets_dev/wp-config.php

<?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/documentation/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', 'irplbiz_adharsweetsdev' );



/** Database username */

define( 'DB_USER', 'irplbiz_adharsweetsdev' );



/** Database password */

define( 'DB_PASSWORD', '{c=5hRC8LM?$' );



/** 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', '' );



define('DISABLE_WP_CRON', true);



/**#@+

 * 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',         'on3ewT|8Ob~8i4{l@FsD[DkHdwvqg(WtboP>enX&z5eP]}e0S+`aNm4>lvO?)rM3' );

define( 'SECURE_AUTH_KEY',  'p#g`ajQuj]iZ/.87]-Qw<7t?3$4)>oC>>F_9Q3>)j0$Ljd Fywff^]_(sm@^qq_1' );

define( 'LOGGED_IN_KEY',    ',DtoW7OzI!y?VTb5o>GxLIKUu.RJf&=$Lc-}dV:`gZ!HuqmJ1:ubC%+?o$8>(.kk' );

define( 'NONCE_KEY',        'B/MR/]Z_61&|1XbeqeqXV7n.LZnEWg+QNZSvA.&LpTuAm]Er-j.Wyi$lWB^=((Ta' );

define( 'AUTH_SALT',        ']!QT0s}CWqw>9:b[kS0Ny!|33sA[xJ~7eX[6oHX~,kd*<=-]1h-B4sOnbWJ0Dbpc' );

define( 'SECURE_AUTH_SALT', 'i=P)FsJ5 >OQujjTUrd1gDQ6Yz:ineqk<moHIYU^LY!9bs;|2@=Zi~lR_<WKs#h)' );

define( 'LOGGED_IN_SALT',   'lza2Q%go&dCVg dk~G4W@!%Cy]tab9mF7Mb@Ru!~},977nO%?R#*nPOQG4(JMbZT' );

define( 'NONCE_SALT',       'iYLe1<^!A43f`x/+L_|}6Q;*`iVG7d%=K4uGqPd. `1!g2??n@h4oI<0g8jt?X]2' );



/**#@-*/



/**

 * 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 = 'adhar_';



/**

 * 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/documentation/article/debugging-in-wordpress/

 */

define( 'WP_DEBUG', false );



/* Add any custom values between this line and the "stop editing" line. */







/* 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';