File: /home/owzicwjp/public_html/wordpressdemo=/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', 'owzicwjp_wp_lad6j' );
/** Database username */
define( 'DB_USER', 'owzicwjp_wp_jnhjb' );
/** Database password */
define( 'DB_PASSWORD', '_*ET23ZHtYe3q#x~' );
/** 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', 'm)k5cpPB)zk&)_b%Y&)7;6LD4*;X|g5~)yXF(vgnnaZ|uG1@+1t3rU%2MQ(Rm|C3');
define('SECURE_AUTH_KEY', 'I_94x49)8Q99&z6MEErc@k3:mJ9/Y25@#zaI_5oIfuqx6(eO9eHx#~:)vC)N#5O1');
define('LOGGED_IN_KEY', ')CCyA0glo0s7b_3VD%5eHtCMpt80ED6VMx1ZC5S|*@I%6@877*0l76;BZ9x|*~(w');
define('NONCE_KEY', 'Gwv))h4[1mwyK:y7#19P~uHFx*3XhZYQ_QL|Ywn3EJ*P~m[!6959193r*(O)7&eb');
define('AUTH_SALT', 'Nl@C*@4eSN5N_t!JYzS[jsR76km]07C9&Z5s4rU/!F4PX68whj5_q2p:jKKcd:C5');
define('SECURE_AUTH_SALT', 'H]h42~y111MY+/NiNg&/@0]!P:iHy|Dd5(B3sRQY0KTt+p9eMpBlvC582~G5&zuH');
define('LOGGED_IN_SALT', '9;H2*4kB0i~Ip6oBa&B(#6W2CsMb8+nF#A@42cmaa4p&BQ&4[ftu%Sa&rC&VO[81');
define('NONCE_SALT', '3|OFT84%gHi[3H)b#Di/GaoB_#286)Kbw:w4w!Wp04q%i:pM5*2RhmO%&9a4oJj9');
/**#@-*/
/**
* 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 = '4xx6z4N2w_';
/* 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', true );
}
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', 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';