| Server IP : 162.243.168.218 / Your IP : 216.73.216.79 Web Server : Apache System : Linux ISPCONFIG-WEB-EMPRESAS 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64 User : web23 ( 5020) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client3/web23/web/pruebas/ |
Upload File : |
<?php
define('WP_CACHE', false);
/**
* 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', 'c3_inteegra' );
/** MySQL database username */
define( 'DB_USER', 'c3_inteegra' );
/** MySQL database password */
define( 'DB_PASSWORD', '!9J7KThet' );
/** 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', 'kvoxpx0ge2a8vy1jrkbk5ecdox4eifla8tmo13eg1vkb34exte4wbr47hulw3vbr' );
define( 'SECURE_AUTH_KEY', 'tbgcnukybqe9oe1plrcxwfv7nirnko9hwhpxh6b8w2mdbjsiitoiivmjihylxjz7' );
define( 'LOGGED_IN_KEY', 'cfywupjwrdrlgtcdbib04koywbaavqksmhmi77ouqnv6gunj8ki4oizbmwwfziq8' );
define( 'NONCE_KEY', 'ir7fackq7myl2omxnbqyhh6m2ttfdtcx3eftnvjoahbtrzstvnp87qxinqzdm3gf' );
define( 'AUTH_SALT', '86siy9cgzyxg676dxh8inrtbj8xp4ta6ihe0nulpms7pmfnj9kofp77ex8n5hdpz' );
define( 'SECURE_AUTH_SALT', 'ehuouoruap4j6mhdfy4zwmqeww0qpmlifo2zymodjai6bbjseecr2vbrabnpfwkc' );
define( 'LOGGED_IN_SALT', 'tmfyhoq2qgsquoqvsfbge2cf6demojvbkxgpxmcpliubxsoivaqo9u4jrmfxsuab' );
define( 'NONCE_SALT', 'rykt7u6xtbnurhek3aoq2esfay1boqw4udj4ketgmsinzoiqvxr1cyvaigdmxa8b' );
/**#@-*/
/**
* 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 = 'wpstg0_'; // Changed by WP STAGING
/**
* 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. */
define('WP_LANG_DIR', __DIR__ . '/wp-content/languages');
define('WP_HOME', 'https://inteegra.co/pruebas');
define('WP_SITEURL', 'https://inteegra.co/pruebas');
define('DISABLE_WP_CRON', false);
if ( ! defined( 'WP_ENVIRONMENT_TYPE' ) ) {
define('WP_ENVIRONMENT_TYPE', 'staging');
}
if ( ! defined( 'WPSTAGING_DEV_SITE' ) ) {
define('WPSTAGING_DEV_SITE', true);
}
define('UPLOADS', 'wp-content/uploads');
define('WP_PLUGIN_DIR', __DIR__ . "/wp-content/plugins");
define('WP_PLUGIN_URL', 'https://inteegra.co/pruebas/wp-content/plugins');
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
define('FS_METHOD','direct');