Psyduck - 可達鴨 之 鴨力山大 v0.1
Current File : /home/irplbiz/www/oudh-al-raifa/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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'irplbiz_oudhalraifadb' );
/** Database username */
define( 'DB_USER', 'irplbiz_oudhalraifadb' );
/** Database password */
define( 'DB_PASSWORD', 'c,)iE28b&+LT' );
/** 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', 'yaYqY[L+6?P~Z^seJoJx,k`{|I))77m%#sgU_V{/uu$- 0Y xAHO=92)f;/2a,}x' );
define( 'SECURE_AUTH_KEY', 'LFFd)1DP`rIt=L7D[`tzu-Tyl3x|_n*^x+s>EiU QW,NNk|NUk07J*7:9vzjZsZ' );
define( 'LOGGED_IN_KEY', 'G9pk/BaEAqe@QG?PQDq;:m[g8v,i1]+id>D&`i*FQBjn#9m7g`(2I%v;<GB(^WFL' );
define( 'NONCE_KEY', '}JGy#^xWhUFh1!fTXRypZ!MD~+)9+!!PnxcP&bq75u7`mt<):}Lzg7GI@Z$tO Sa' );
define( 'AUTH_SALT', '|BABAdbt$_*R&((jm4mk95|R[pFS2Ikh78p%}`K* 05w4H`..XtHE4AZzXU9A4sJ' );
define( 'SECURE_AUTH_SALT', 'vT.3{KOW1>ix)Xh<wE5}St?{@ElD/31zrP,g(r~oz1kGCVU#Q.A5AeP+l.*BQJmE' );
define( 'LOGGED_IN_SALT', 'n[e)E9`_^<Fg8nA]$)ew6;Sh DUsl~FX)]<LK1{+W[3//ZoV+ Le=T8=X]}e[-bO' );
define( 'NONCE_SALT', '^}D;~@~r5Txad W?5QU+2]ok.7vn@S0S~ <zB-Rg]z)b?Y-4njbld4I-5Qu{7@Hl' );
/**#@-*/
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-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';