File: /home/tecgastronomia/app2.tecgastronomia.com/wp-config.php__468842f
<?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
* * Localized language
* * 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', 'tecgastronomia_wp_prueba' );
/** Database username */
define( 'DB_USER', 'tecgastronomia_wp_xf50s' );
/** Database password */
define( 'DB_PASSWORD', 'y^9NK6a&#CQI8StC' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', '-~y%z@y@1385l5*6_]t5Cl-wf&31gu6zM%5_wZU!M5[14qo_U*|*e*3P:YRX0/%/');
define('SECURE_AUTH_KEY', '40y~02su7ot+[9otHi50@i6)5kFJ|PbP#mZ[#(dx6zz7#~f/++&25#3%:7~N62Z:');
define('LOGGED_IN_KEY', '8A4+447;j09o5)5C*3#FbtXq2/AA%H2-Gd3:5@70-*9[(Wf6iM|s8qK4GXMv3V75');
define('NONCE_KEY', 'RNmT-|Oy88ZRdv&ge)E3R#(~u5tylgZo+@KB*_JgY7I6r-[24s_7K/n*2GW6dChP');
define('AUTH_SALT', '8!l()LrE4%(8h1Mx]1w#y29r#b!|_7Hm97/)7+qe(t]#M9t(+v6bA)1MsKq6n7w+');
define('SECURE_AUTH_SALT', 'bUxWS(zIz**Am2Dj4/T2#b1//uYN+1ST3iCq!4x9da9nu8zYK_5O(5x5OwF*3:@a');
define('LOGGED_IN_SALT', 'mFm0Vj834m:2SjY6mC3TI1#31&0U8-2(dy&lj[Fpc@C5KxJ59G:Vmc+F15Y0]~Gu');
define('NONCE_SALT', 'ReP/r~c%lcE:CkPI*!;mX5fot83fXBa9~m418358V06vv_V]!D!2gSg0B7-8B4cm');
/**#@-*/
/**
* 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 = 'A8wSV8_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 );
}
/* 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';