← Back
Editing: wp-config.php
<?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( 'WPCACHEHOME', '/home/abrazocultural/htdocs/abrazocultural.com/wp-content/plugins/wp-super-cache/' ); define('WP_CACHE', true); define( 'DB_NAME', 'asfauy7hdF7' ); /** MySQL database username */ define( 'DB_USER', 'NFSDNGThd' ); /** MySQL database password */ define( 'DB_PASSWORD', 'adDPgFZKtTk96Swywp8n' ); /** 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', '' ); define( 'AUTOMATIC_UPDATER_DISABLED', true ); /**#@+ * 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', '>#~*MZC%dZOQ`u_t5/P%mqM} {<_2[W0m>,wL/.EqGtYs?#]pT,j)_RQHsQ&%WJq' ); define( 'SECURE_AUTH_KEY', 'Q1.wFF[7,Q&i]`Ygz1&f&ChnO.E`uV&08e%1^?&//,!pK6!_d<rNZnr`,:QT08dm' ); define( 'LOGGED_IN_KEY', 'ca^d(*bU;1U8?Z+n[k2p6xS#)mBNv#on0dK@f)(#la/2+|Zu/pOPNab$0MAKp?TY' ); define( 'NONCE_KEY', '1`!z[Eg.9<^n|K*P_E4ED]-T:hI7Sm)NPQyGcbqi5kac<2$W_HkJEa+*D0&hX7yQ' ); define( 'AUTH_SALT', 'u$g;y&VU4.x@gRap0_sV=%{DHA_xhV(QZc{NS]6c.q}u,6B@]O#7?v=YFp@vQ>*a' ); define( 'SECURE_AUTH_SALT', 'IxnK.kThVTC]K<^X+NH $p4UIV;%DD0dDqgyAj-k,!nUnw/d~@`Kg(hbm2265M6I' ); define( 'LOGGED_IN_SALT', '5]:-}I#ygkX`YCQhb%>P>b1Z.oE:~L+&:->5cy`kTqW9qSqcQPZFeU0gZ(q%czua' ); define( 'NONCE_SALT', 'yy.t`>kQmM7bu3<EKNs7C3tv[|7cm} Pg1O~PdmrB.xHr|p|K>Fe*> +S*r=zy!' ); /**#@-*/ /** * 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 = 'whdSTp_'; /** * 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', 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';
Save File
Cancel