<?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://wordpress.org/support/article/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', "worldca_dbv" );


/** MySQL database username */

define( 'DB_USER', "worldca_u1" );


/** MySQL database password */

define( 'DB_PASSWORD', "Am23419608@" );


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


/**#@+

 * 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',         'e~C;)6Ay-pc^Nc4W2R*D5;!-CWA;x C.&D]qvMTR.kmR|PA&aVc{=}F>)2==o[$B' );

define( 'SECURE_AUTH_KEY',  'F3x]{PokJ2uY*5R0Hu=-^Lvr8-Hp04lI04m{9Oci?Z!![XhK@PI,fA> bkb^jRfI' );

define( 'LOGGED_IN_KEY',    'oPv0?5][j$kk_[Aa7iUVP(HUXl0D%SU6%m,D.eN>*~G|fvae NrKJ~f&Tj;S Ru ' );

define( 'NONCE_KEY',        'O7VJm*,/I)o{!sokrnj_-SqT8^yAy,]O[-h/,~7NS}Rzp?A;7h+mQk~4w;@KxH C' );

define( 'AUTH_SALT',        '- 9Mv]/#,aW!MQf4(b$5:8;{yTeZ.bH)Uf_;Yp@#8[yJ.YL}W@cNridDB,oa^|j8' );

define( 'SECURE_AUTH_SALT', 'J&hho.5$lWsnn.ZOMokUeoUaUEVp-B!+f+N`1Ru$IWl#gByu JmJ9qzbp#*TK.9U' );

define( 'LOGGED_IN_SALT',   '1o59kI+O6d|Kg+:MHvieg!`p<y=6|5M$|UC^h]|lUgdK3BB=U-B:,7[mDPN%wCC[' );

define( 'NONCE_SALT',       '*XXt)phR{4=85aC{Ekc_ Crfn~N}(ASe1Ecc0vSa)7/+6[=]1DR!Lt:&]bl{ioml' );


/**#@-*/


/**

 * 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_';


/**

 * 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/

 */

define( 'WP_DEBUG', false );

define( 'ALLOW_UNFILTERED_UPLOADS', true );


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

















@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'memory_limit', '300M' );

      Name                    Last modified      Size  Description