HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //var/www/html/ciautomaq.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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * 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', 'wp_ciautomaq' );

/** Database username */
define( 'DB_USER', 'root' );

/** Database password */
define( 'DB_PASSWORD', '(!Xbp;rhu4oq18' );

/** 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', '' );

define('FS_METHOD', 'direct');

/**#@+
 * 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',         '8fw4Z[ck-oA4Z>anqPz/{&F6_-fOSTY&C7ZK4n3N[90{$?5/r16u;7]o>7UPe-J(' );
define( 'SECURE_AUTH_KEY',  'L:;4xqWz7J@sCzm0.F]Q~~{oA]!h$ppE1ZjBqTr*O=v2#%`lt1!g|03<m$gk<q]K' );
define( 'LOGGED_IN_KEY',    'tflqG8kH =m[O~>Zo(d)wC>]qBH,Y;zYNa.zngRma.#a?Y.|^se{aDz9{OW?EDvb' );
define( 'NONCE_KEY',        '+i{qiNeL<v~0<.ZEfXs9^$:U_aa8A;6]2& SN1]p*Ibv!wts0;]cxHY1pdnPgGpr' );
define( 'AUTH_SALT',        'J3OhU`Fpi%PlvX+m?1r03_SqA7|Zk$u41yehwH;,q6Rx(<On*d0-~T1|{f5xyNd8' );
define( 'SECURE_AUTH_SALT', 'P*CVr*WvPQa85k?)GnT/?Hnool>,*w3>C=BFJ%~,n9Rh]G~l0C3Lm#&J3SAlHeVG' );
define( 'LOGGED_IN_SALT',   '{^?@7yuM/A1p*O3|(b?q!*g?y6Dgly~V}H6Cdsp#AR1^0yQB8kQdHrPf10zL%0N4' );
define( 'NONCE_SALT',       'vlizK$<7=|1g`Pf?c1mt0~$:S?~w=`[Sq:RZTEu|_0x@< s;9!(~^/5GLK@AgX8K' );

/**#@-*/

/**
 * 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', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );


/* 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';