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

Current Path : home/irplbiz/www/orange_bio_science/
Upload File :
Current File : /home/irplbiz/www/orange_bio_science/wp-config.php

<?php
@ini_set('memory_limit', '-1');
/**
 * 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_orangebiosciencedb' );

/** Database username */
define( 'DB_USER', 'irplbiz_orangebiosciencedb' );

/** Database password */
define( 'DB_PASSWORD', 'h1{^Exi+ZS![' );

/** 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',         '##u.Ps*f`v6xCyVb9C,0I9lOPXJ5fV5EXI&h<1gz59{SbKKtUUN6r#b tMzH ]x+' );
define( 'SECURE_AUTH_KEY',  '<dVafLuCI3d#>oBWr|V4d_a8{/h7:`tR*cWth[Z@+Ivje-EaN7f{X37A{e8t#oAw' );
define( 'LOGGED_IN_KEY',    'w]EItX<yO* {d+!=dT7T<GFOZmF,0_?:?1>mXWzEd>&8Sj;<9>mFd>2bQ3#4Cnxs' );
define( 'NONCE_KEY',        'R?T-)R`+k_=#qB` NKN8J 1l!GGIy@(e*)b[X:Jv(@Gd7*z%2=;3wdnRYRHxBfW^' );
define( 'AUTH_SALT',        '1MK*_t7OqgU{~=`3ogAP`sFM}}Xmqe79>X ]~A!So0*(QL{q=a[4PQ}P!cv|o.KE' );
define( 'SECURE_AUTH_SALT', 'lhSJ+:ajInLD|[1:VwBDD?c=Zo%v&bmisVAc76+j~{m0(J$O3*w?;~<W;hk-7Na/' );
define( 'LOGGED_IN_SALT',   '#rR%yX.N&^jyu7Q~vw>sGzS,^-Ve#K+{K$_E;Qm&Z>t9I3{lJ&HUj&xAZcwj@)xO' );
define( 'NONCE_SALT',       '8;pET/`$ d$wqqsn)$?RYejF+7*m0r0}Z6))c^Ab8A_pKL#0eUmU_K^QvVi@Fgs-' );

/**#@-*/

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

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