<?php


/**

 * The base configurations of the WordPress.

 *

 * This file has the following configurations: MySQL settings, Table Prefix,

 * Secret Keys, WordPress Language, and ABSPATH. You can find more information

 * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing

 * wp-config.php} Codex page. You can get the MySQL settings from your web host.

 *

 * This file is used by the wp-config.php creation script during the

 * installation. You don't have to use the web site, you can just copy this file

 * to "wp-config.php" and fill in the values.

 *

 * @package WordPress

 */



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

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

define('DB_NAME', 'aapsus_wrdp20');



/** MySQL database username */

define('DB_USER', 'aapsus_wrdp20');



/** MySQL database password */

define('DB_PASSWORD', 'flFQthyFwHe0UuoC');



/** MySQL hostname */

define('DB_HOST', 'localhost');
define( 'WP_MEMORY_LIMIT', '64M' );



/** 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',         '=UnXXRJ(rN2W=<P-=GMRD@PmEzNkTIm#Ef2<I1$?HGE5|@9v/QXOy|$ip)nHDj?Lbob1Mg9O');

define('SECURE_AUTH_KEY',  '?1I_DZ^G3l4>vLWLS#FSO=!cg^HTMmrR^\`h2Hwg:VDf2FVVUKOv8fh*;@#MjFxeyuHJ3=sqiD1:zhR');

define('LOGGED_IN_KEY',    'f*lI6l8\`z^6BfKeaDUh7xv~lwRc$Qu^N*JLFS0i!hwIGQbP*rriu=O3*kmS)^g4s');

define('NONCE_KEY',        'UVaaBmRrmv^Xcq9kwV@Qde/OBhOC>DtCSN5@0--a^J?iGreBXYa5rO4wQ=7k$yKK83V4oXBmu#?G|');

define('AUTH_SALT',        '@(!3f5;4oe/kBK=G#>D=a!9uHQV^4z*Y7W<5nf15sZU3?_nrcjM6358xJXdDu2>;e)CQwZxf^0');

define('SECURE_AUTH_SALT', '6s2#tpw?7@rF7~Pfh>kZF4uPCj7P$_Q6~ZT@s(xj-:d~o6s=;k\`^wLW3Q;jO2Y~3Obc/uNP\`PT*^Us0;-tf');

define('LOGGED_IN_SALT',   'u6/?LDEY4Z/j2gQo*vv4RPBRQO:#bLX2hKJhV1Iv(@!6:RzPFTfb6wq_8H\`a0k;tpu;h/a8-21~');

define('NONCE_SALT',       ')BBI?/9La*S4?bE2*vO^ELiFGJLZiqt?XyM1#jHTQ?WX131Jnub*3=MPXPKa;6|3Zvw<8$k(vGD');



/**#@-*/



/**

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



/**

 * WordPress Localized Language, defaults to English.

 *

 * Change this to localize WordPress. A corresponding MO file for the chosen

 * language must be installed to wp-content/languages. For example, install

 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German

 * language support.

 */

define('WPLANG', '');



/**

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

 */

define('WP_DEBUG', false);



/* That's all, stop editing! Happy blogging. */



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

      Name                    Last modified      Size  Description