D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ensad
/
ettien.ensad.edu.pe
/
temp
/
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: * * * 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', 'ensad_wp417' ); /** MySQL database username */ define( 'DB_USER', 'ensad_wp417' ); /** MySQL database password */ define( 'DB_PASSWORD', '[Rk-SC66p3' ); /** 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', 'p9mkcks31ejkrbrm6wvlng1zf9w9uvlsvkqasb2ntmlqkg2bco0gbpjn3dxxxg6z' ); define( 'SECURE_AUTH_KEY', '1sueolfubb0guskppliltez0ptbur7ywqppqevtirjbrj0f1zt8fafgk9qhmispu' ); define( 'LOGGED_IN_KEY', '7rcgbsuyyltox04br4dtqsxcvtcd2vf4k6phglhml2or8gzkvrhyo0ziftkubboj' ); define( 'NONCE_KEY', '0yr84yxepfnadc5mbzk3v6mmdbsm4afurduiwb10foourdtffqfjfoptggizlkvg' ); define( 'AUTH_SALT', 'g1l8vivbqahcvqm2tfjqnpuhrox8nvsr2pfvdihfjl87z8d9bbpp6d9rz9ewmdaf' ); define( 'SECURE_AUTH_SALT', 'bkypvc4tpq7xwodc0nu0fuh0vnh1c4is7yx454kl1h8ywurzo7f6ha0fiebusbsn' ); define( 'LOGGED_IN_SALT', 'rnerwelvllyhvgnwpb47yvnl05agktv4n7g6mfiun8hdtbp0555ttdb56lwdbrb1' ); define( 'NONCE_SALT', 'ekgsjhmcc5wypx6modca0ozpapebtgwc9fahtxne00sveh7wxqw2cuxhmuc9lxer' ); /**#@-*/ /** * 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 = 'wp4i_'; /** * 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', true); define('WP_DEBUG_DISPLAY', 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';