File: /var/www/html/noticiaskurosu.sumar.com.py/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( 'DB_NAME', 'cikurosu' );
/** MySQL database username */
define( 'DB_USER', 'root' );
/** MySQL database password */
define( 'DB_PASSWORD', '(!Xbp;rhu4oq18' );
/** 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', '=#77XF[KSe2q#D:Q z*g*Pu6cvG]r2>=k$d$5 yS( _o.J<@y!kztxLT]|;#bgLn' );
define( 'SECURE_AUTH_KEY', 'N@6l;nIKdf/Ho~:9(Rh|yCRbK 5Wb9c.0)G^bb;RR*?nt+o5[.;i{ZfyIt|2M!4&' );
define( 'LOGGED_IN_KEY', 's0Qw7!%PS=t{3]dl`!.f1`#nVBvg{O[*->2:5^KE]B907V,!LcFn)sSQ^+/MGSc6' );
define( 'NONCE_KEY', ')OHCFm>|7$`sBk!Qk}WCu$HkW{fd>3^okGTXqS>1/T`Kgfq,+RTjg51.aZ1%>jM[' );
define( 'AUTH_SALT', 'O5/`D.AP|.xzIgk2{wd=x+OCo.TbYiVs%lmQYxcZ>8N_D{*D {soY!{QdD!3bxSI' );
define( 'SECURE_AUTH_SALT', 'm|$},uwAY1%N:i{0aF_#SZdX+k}T_ku<~eIM!$OY`pe7wl#mK4<#yb}`vYQE}6?e' );
define( 'LOGGED_IN_SALT', '%1PR3#3E}qWy(zbpTl5v+G46dR3#Yved&EO9d^;Fxe2epvD--fbf6IMCN1k*?w^$' );
define( 'NONCE_SALT', '{| |(yp{?k.jqnY]!.*JB2F(lu?wR.GoevNP,}MlxczX{[e<o%$@=JQu^=fp_7Rb' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false);
define ('WP_DEBUG_DISPLAY', 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';