Current File : /home/pacjaorg/public_html/Komu/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
* * 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', 'pacjaorg_wp_Komu' );
/** Database username */
define( 'DB_USER', 'pacjaorg_wp_v3nym' );
/** Database password */
define( 'DB_PASSWORD', 'RxZxk7LOB$$9&yT9' );
/** 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', 'O-+0f9*|3]J4;(65l1&z9;+11&GCL38hOCW27a1VaR9dk|-OU0twLk4GTxe57I*V');
define('SECURE_AUTH_KEY', '2FiU;trX24uH0de8lqeU2G8w*m2Q|p9#oh@[@DEp7U[VG85);QPmh84~(r5n/yGe');
define('LOGGED_IN_KEY', '2K)8_)*0x!-DBh8YqH-ZcI5GN9*N&h[;KQ1ulK:exSbSfd7))[]Srd(5Qt)kKg#8');
define('NONCE_KEY', '1qT#4_2@aO[%1b-lDLkf*O_3eG9992O#%8fTrNCoyYRw7Wn)2@EElZa7%I27I+@d');
define('AUTH_SALT', '5:1z6j4fXL51i8[UXg3P8hQn-6v6n)2ncJy74Z]2c-S/c_&pxa3&QT+#H%KP-XL[');
define('SECURE_AUTH_SALT', '6UT2&F70[nWc325hB:[UI8ugS(D;]SA(C;d46|Us98g5v9@%)~4ZwWC5ZdF&:[08');
define('LOGGED_IN_SALT', '6]b4-+yA(YFE&|A35yh7H5%O@-u|u-)_x0bh#jbkPW4%KaU8@sSHm&&8Xsu7aA3@');
define('NONCE_SALT', ';tB+m*svagQ9@O8X(Dt/l0(#xca3|h9P9(ru~vu(-;)uB4ug([8%~cv:-9M6hR0f');
/**#@-*/
/**
* 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 = 'xMXNbif_';
/* 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';