| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/laragon/www/prensa/ |
Upload File : |
<?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 */
if (!defined('DB_NAME')) {
define( 'DB_NAME', 'qeobhkkb_gamq' );
}
/** MySQL database username */
if (!defined('DB_USER')) {
define( 'DB_USER', 'root' );
}
/** MySQL database password */
if (!defined('DB_PASSWORD')) {
define( 'DB_PASSWORD', 'gamq2024.hc' );
}
/** Database hostname */
if (!defined('DB_HOST')) {
define( 'DB_HOST', 'localhost' );
}
/** Database charset to use in creating database tables. */
if (!defined('DB_CHARSET')) {
define( 'DB_CHARSET', 'utf8mb4' );
}
/** The database collate type. Don't change this if in doubt. */
if (!defined('DB_COLLATE')) {
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
*/
if (!defined('AUTH_KEY')) {
define( 'AUTH_KEY', 'wp1tcnqdkhxpddobfngjycepic3gxwuzql1wznxt8nokm1d8kkqqcr51l1zmyfer' );
}
if (!defined('SECURE_AUTH_KEY')) {
define( 'SECURE_AUTH_KEY', 'qge1oninznopq0cjzdk5zsqjxqfiturznx92hy9ckcen7yqcqgvgotvwqprcspxs' );
}
if (!defined('LOGGED_IN_KEY')) {
define( 'LOGGED_IN_KEY', 'jma8rtef6z2ke1whrqxpwyazuv4rorw0muv1kmuhfv7dzo84w3dp3tqiyazu9xmo' );
}
if (!defined('NONCE_KEY')) {
define( 'NONCE_KEY', 'ldhqucyeyuly2jblbn0f8xwqkhyiamhqzcjbunsskyz9phf0ynmbveogvco9yomf' );
}
if (!defined('AUTH_SALT')) {
define( 'AUTH_SALT', 'egnwsd6wrn9lvdnsuecfcqaz0maoowcedvrydl37hys7rrbvl4p0cratcppqqwjx' );
}
if (!defined('SECURE_AUTH_SALT')) {
define( 'SECURE_AUTH_SALT', 'y86gcbxjikpnaadpbkvtn1s1r1mcxoqhagjx4disvrztfig1utulcjiibks2vtv0' );
}
if (!defined('LOGGED_IN_SALT')) {
define( 'LOGGED_IN_SALT', 'd7jpj8wauxl1bjayyqf0v8u53kgqp1wutmuh4tn1gyujran9kpf4ywgbvs3qmmby' );
}
if (!defined('NONCE_SALT')) {
define( 'NONCE_SALT', 'pb1w3qlkhwj5cxhxyhyskkqnbejldvotm2fwiivzccg3vap7ofvuoh7qsja2oz3q' );
}
/**#@-*/
/**
* 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 = 'wpz2_';
/**
* 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 );
}
if (!defined('WP_MEMORY_LIMIT')) {
define('WP_MEMORY_LIMIT', '256M');
}
if (!defined('WP_MAX_MEMORY_LIMIT')) {
define('WP_MAX_MEMORY_LIMIT', '512M');
}
/* Add any custom values between this line and the "stop editing" line. */
if (!defined('DISALLOW_FILE_EDIT')) {
define('DISALLOW_FILE_EDIT', true);
}
if (!defined('CONCATENATE_SCRIPTS')) {
define('CONCATENATE_SCRIPTS', 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';