File: /var/www/laiaalmenara.es/datos/web/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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', 'LB627_WP' );
/** Database username */
define( 'DB_USER', 'LB627_WP' );
/** Database password */
define( 'DB_PASSWORD', 'U1+mX3,fT0!c' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'N=iiTH%ipn%4TFzeF<z?b=}_Jd1rw(k@C?3CTI<h.V;k(lBPM8RBWWz=QwwCEMhh' );
define( 'SECURE_AUTH_KEY', '=]@P8a:X+sMtOtjLbA-}YOUU[->|Inv/HZ:Y#)_N9=<,K^+GFAok3))rE2l9B,sH' );
define( 'LOGGED_IN_KEY', 'WY%|_PrT0y27=*O^pHozqN|;p*W7OI$.Y-#xUQw+ Dy2LW4-&s_=p>kHgF:pZ^^}' );
define( 'NONCE_KEY', '2e[ G.`<OI$a-nQSG8N|U!tWnRh Y:.29YE)o;3~o$W-Qas]_RwzvNAM~BZ)^G17' );
define( 'AUTH_SALT', 'bmX>oZu}=i&cG<wX4<rWxZ{.0OnWUm(R`g +,[FuQiUE[;|m2N*u@$`8m]|Fxvkp' );
define( 'SECURE_AUTH_SALT', 'Z)C=u:6*}S )BTkOL12|{p3Z7x`wC8B iD;##~!A-GNm+Fj+X#oD$C8POIdtNc`x' );
define( 'LOGGED_IN_SALT', '~kCco%~TjqUHbY==EFNKN9]$u%o251il<hzRy00igP[ha`<M7XP?|N9Y$(]TW#R|' );
define( 'NONCE_SALT', 'J KFeu`A[9T(F3XQm:G4q#-&Qz8^xRt/%_-^&Bj Ii|b7f)s&6dN5(Z)43neAlnI' );
define( 'WP_CACHE_KEY_SALT', '2$??Ys?QYlzh.^.k*Q~SZ>1V(bkM/!)MigIR}kf9</b2j0D.7&d,XKQ306oO=R5E' );
/**#@-*/
/**
* 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 = 'wpsw_';
/* Add any custom values between this line and the "stop editing" line. */
define('FTP_HOST', 'laiaalmenara.es');
define('FTP_USER', 'LB627_WP');
define('FTP_PASS', 'U1+mX3,fT0!c');
define('FS_METHOD','direct');
define('WPMS_ON', true);
// define('WPMS_MAIL_FROM', 'myemail@mydomain.com');
// define('WPMS_MAIL_FROM_NAME', 'My WordPress Multisite');
define('WPMS_MAILER', 'smtp'); // Possible values 'smtp', 'mail', or 'sendmail'
define('WPMS_SET_RETURN_PATH', 'false'); // Sets ->Sender if true
define('WPMS_SMTP_HOST', 'ce2021070511001.dnssw.net');
define('WPMS_SMTP_PORT', 25);
define('WPMS_SSL', ''); // Possible values '', 'ssl', 'tls' - note TLS is not STARTTLS
define('WPMS_SMTP_AUTH', true);
define('WPMS_SMTP_USER', 'admin@laiaalmenara.es');
define('WPMS_SMTP_PASS', 'W4r8!)0xWi');
define('WPMS_SMTP_AUTOTLS', false);
/**
* 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 );
}
define( 'WP_AUTO_UPDATE_CORE', 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';