D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
rajnandaeducationalcampus.online
/
Filename :
wp-config.php
back
Copy
<?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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'rajnanda_wp_wdmah' ); /** Database username */ define( 'DB_USER', 'rajnanda_wp_ksnyn' ); /** Database password */ define( 'DB_PASSWORD', 'w%2M3NY&ly^5zJnH' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', '@5U8pIOP|&3rTa;otGKq#/3hk1d6P(hUHc/)_[2sCH11uX(;B5P9lR@iDjr37/h5'); define('SECURE_AUTH_KEY', '5179)nMV662;2pf84d)_(FT+)PZ_w6+8~*fE71p47TUGe-4[u4wdhz/jW3_]sT_~'); define('LOGGED_IN_KEY', 'B72+PK_|eq!N#v%p)AclM|Vm9+KZ8Bj976IRvTA5k|)8+EM(9_@3a*98k&U/pz5)'); define('NONCE_KEY', '!*24T/rNS!0_~nL9D3443Ujr+Tqr91H%o8Uw+ezfWF0kH43swz4|%QH@|1(%0c-Y'); define('AUTH_SALT', '|b1e90AZ]0U4s8O3&c5)st05G!@HZ-72B*8;u/y8q|59SR:][P%_5*z8Fn~Rq!lg'); define('SECURE_AUTH_SALT', 'xk)w3E28g(10+sH8IY9#wi0!85#o:z@krPMQ9+[~(GM_8P_06P];SF99px(%X5kA'); define('LOGGED_IN_SALT', '&ZQihFsh(dD)lz~[(@0Cc8[_tO-(X038Nd~S%0T8+ES&M8JUX2YLVM8JJcF8X1zO'); define('NONCE_SALT', ':V+81e6a#N5hG!tpS6@@B#4;3P7_9qu@26@S0n02j#+H462Sh43y6klG6%3YWcMK'); /**#@-*/ /** * 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 = 'FjcZrkO6_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } /* 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';