Current directory:
[site root]
/
Back
Editing: wp-config.php
<?php define( 'WP_CACHE', true ); /** * 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 * * Localized language * * ABSPATH * * @link https://wordpress.org/support/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', 'bajalipanexpo_wp_zqpjb' ); /** Database username */ define( 'DB_USER', 'bajalipanexpo_wp_8k8cz' ); /** Database password */ define( 'DB_PASSWORD', '1Zh4vBLq%%A6S9KE' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** 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', 'UC9!Y!x|RmxPZxosF7dRk#vF;LzyIm5-B&23l(iB-VI*n8#]jBH_54v~3Yd@70dE'); define('SECURE_AUTH_KEY', '#H84M!7Q[:8f-ly8AOS72&iYEDx6M/_t/UE2JRqM%9OM|33|/YyZ-cN_woAFRpV_'); define('LOGGED_IN_KEY', 'UZy;xawP+7I98+zM1_64pTci84Mzf7pALQt*;450RR-K0ST//1@7p0Y8x18am85I'); define('NONCE_KEY', '%3RWHywAUkz(FRu&#J~Oi/(i;(6&4s9)Ip07d2yX5ecG7HvA1OdC3s*E6f([4V%5'); define('AUTH_SALT', 'w;T6g_8z13DUES+u~Lg93fGbFD&2qdQa3F~5#cb@/w63;9LA5L2r%cL:9!H1%;UI'); define('SECURE_AUTH_SALT', '2C/(@z_:4:!95H!IH5xH]8|/!R2bE!17+gAyfK0HD8P72&I9NA4C!(5m2]ymu*3u'); define('LOGGED_IN_SALT', 'SX)I%5w28A6~75Bb1R4~:h%u-P;4zORp7TPRvHL55:&~FGDr+3Pm@0%)i7q8od5G'); define('NONCE_SALT', 'rf|8wc;g4IC)~S[]mp*N4p8J3_3V-88gQd[De5!2QC+9[Wi53no]C/%!Shyt6*f2'); /**#@-*/ /** * 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 = 'rEGvRA0Pu_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { 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';
Save