Psyduck - 可達鴨 之 鴨力山大
Current File : /home/irplbiz/public_html/steeltech_globus/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_steeltechglobusdb' );
/** Database username */
define( 'DB_USER', 'irplbiz_steeltechglobusdb' );
/** Database password */
define( 'DB_PASSWORD', '?da0~k(0$(QB#qYP' );
/** 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', 'PG7zugLWgYVH7:RC/|+mNBQG<lXB7(].+Zp$]!?z*El<6>$],#Wc2wi0O}2!],u*' );
define( 'SECURE_AUTH_KEY', 's0%-Wr$Ujw{}tw Q~_&maT%LFc}a=],g+7,hayF-mXTXhh.$y<Y.B2$mOQCoQ|Gd' );
define( 'LOGGED_IN_KEY', 'o^HnX<iwftJNSq~^i0kJIhB_0x[=w$T)r$[=r9:T_y`tK1=-U8hOassHD#!RTjA~' );
define( 'NONCE_KEY', 'TD5`@< v{Bl=2-,-5@; ym3K1YHz_g*=xFwdNexjM2I_]=0`)bK:V91t%v@m3Gfq' );
define( 'AUTH_SALT', 'oRp)<iF%,LQc_+%2T[$>aXx=@gLv54l{j[F,GNd9Rny188#+%d0!W4/m3!+-g.E{' );
define( 'SECURE_AUTH_SALT', '>oS{iOtXjkUL(B>nk_=1Zu@bJdTY .J|Mnp]hQ!DC+#7<NTl+R7k>,{D. _L+Jn5' );
define( 'LOGGED_IN_SALT', 'k#n$?P_u5w@^YBC5Z).mH^>Rq0r3H7lVXup:d^diyCjU;pZ|.HXN)LCG (&Y[&DA' );
define( 'NONCE_SALT', 'V)(^0& @+1:]9UgTfv^p#7Bp`XJY#QFk#CN*f,~qw6lH$c?zjNlvjSx1@!*rf-3q' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'steelglo_';
/**
* 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';