<?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:

 *

 * * MySQL settings

 * * Secret keys

 * * Database table prefix

 * * ABSPATH

 *

 * @link https://codex.wordpress.org/Editing_wp-config.php

 *

 * @package WordPress

 */


// ** MySQL settings - You can get this info from your web host ** //

/** The name of the database for WordPress */

define( 'DB_NAME', '' );


/** MySQL database username */

define( 'DB_USER', '' );


/** MySQL database password */

define( 'DB_PASSWORD', '' );


/** MySQL hostname */

define( 'DB_HOST', '' );


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


/**#@+

 * 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',         'H?}mC8HFt+{(=$w4KCB=?hEIC`)z2~^p2/R99I%$)E%>1 ejh A&R61mtV]&cNZb' );

define( 'SECURE_AUTH_KEY',  'B$lpJhg~ofP:|22JD!doS8T:!rVJa0RWhOLmv@~5&7@3S?;Z;gIp0;IelNbVCR6:' );

define( 'LOGGED_IN_KEY',    '2l&]%+ai<`I`8S_n6snyNEW_o6b)CNgh0(/&Z2 PAPqKG1)/M#$bu3gAv+2&HE3n' );

define( 'NONCE_KEY',        '[9^*S$3Q_2mNAwdbUZLMAoF?zJe`U~nDCko|:~(*m/K$@4qZ:nRM%TKKu)00pEEg' );

define( 'AUTH_SALT',        '77h~@I+M.gW(Z&oA_Kq-+9!d%K*001Qrf$ bJS>W<TOQZxq):k^,P71v!r}jr|em' );

define( 'SECURE_AUTH_SALT', 'PhwX]fB%KPGI]qHE<x;}%Sm{13(8Y%@G>ppZLU, WgK%i.P,YK={9X2cFntr[A7O' );

define( 'LOGGED_IN_SALT',   'fu;a,Iw_[>$%:|yWY?^i7EP|6S*wFRa3BY>Ms3k7Gi9FRREj74J~[.K0gEQ<|qRJ' );

define( 'NONCE_SALT',       '}aTxYx5+_Id]Anp}J-fx(n8qB(_7cUxE(?8iwZO^B)Pt/Kbe[e/o4H^LCt,>^T#M' );


/**#@-*/


/**

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


/**

 * 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 Codex.

 *

 * @link https://codex.wordpress.org/Debugging_in_WordPress

 */

define( 'WP_DEBUG', false );


define( 'WP_SITEURL', 'http://localhost/installer/rabonews_installer/' );
/* That's all, stop editing! Happy publishing. */


/** Absolute path to the WordPress directory. */

if ( ! defined( 'ABSPATH' ) ) {

	define( 'ABSPATH', dirname(__FILE__) . '/' );

}


/** Sets up WordPress vars and included files. */

require_once( ABSPATH . 'wp-settings.php' );

