File: /var/www/html/pmw24/wp-config.php
<?php
define('WP_AUTO_UPDATE_CORE', 'minor');
/**
* 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', 'pmw24com_PunjabMotor');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', '10dulkar');
/** 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', '06c>W&b#6:|W&EMT<*ZnWoG%v j|9iW:TdH[J;bdA}w?,NP#&V*I|N*JC_Of)s{<');
define('SECURE_AUTH_KEY', '>^ry!KD_@-_!;xhdj$qK64]}hDuIQJ)WCJ1]%yYB-sdTfS8?_BKZq+ss4W36@}l=');
define('LOGGED_IN_KEY', ' tkMh;T&mG}C++blj3l8sFv(Y/BT4.X$~J/1b1Dh?tcDSB% ,*}4]ViG+Ja~dY_$');
define('NONCE_KEY', '_G5U+8UH!nvt3aF2EEUsU({5;HWLmP=}NNv@0ny9an6NB@`.mA8/Oo&z&> (GUV`');
define('AUTH_SALT', '{MS`JBF=mk4P0VfN]^o$:@mO[JLoDJps[5zc1L1 Ovy5+)2EZ?Z$xi`yaj*lFny[');
define('SECURE_AUTH_SALT', 'A2U<S7_my`rsRL1&2c4J)&.@p{u2J_# ;O]d.s^:SfAZ)eBPm}G999JI&e|&O; W');
define('LOGGED_IN_SALT', '1@.+L?c&Bz$E5|WoVUt~!06WA25CewZ`M}V]`({~nGK5R@@j:}5U//J5Yom;)1.Z');
define('NONCE_SALT', 'u)RX]Z*Y$(mytcUC:{O.f:J }$Nq.gpZBK`? !}l7sgQ>/8qCsZ[D&r|80SWUm~&');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
define( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA', true );
/* 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');