File: /home/ser65kty/zoopa.serversmw.com/wp-config.php
<?php
define( 'WP_CACHE', false /* Modified by NitroPack */ ); // 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/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', 'ser65kty_zoopa');
/** MySQL database username */
define('DB_USER', 'ser65kty_zoopa');
/** MySQL database password */
define('DB_PASSWORD', 'vBaLVD6rcHmw');
/** MySQL 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', 'XfkHTM@d*s&WesgM!3XMRo!lz7PZwKciPzHh$$0t5dnPhPF8!a@dRf9nplVWhbhY');
define('SECURE_AUTH_KEY', '7*pNPuBTO^vt%11(ZDdbjiNk#hWrm7z#hxC&&#LFolwcsqOunpChDuvq2d&7m!fq');
define('LOGGED_IN_KEY', '7kBTeKoJFV#C#!Cg1l@IYdeGP@QshWD56je8uJ48T(q4GrI!$5tIJkvz5OI%3Zoi');
define('NONCE_KEY', 'xCiVb43cxlp*0v3tS#@AWp6A!w(hVeb*9xwH2$%mN20Od@lStmx*U1AwAa2EKk$x');
define('AUTH_SALT', 'Zf6AmNACbzoGAw6V#v41I(qEIvsRr^Dw6LJAJr7v76gpg0aM(yvQ4hGZj6tH1qlf');
define('SECURE_AUTH_SALT', 'P%CNa2(Wrh5A%94czwS&3wj8ykD@(m#6g#f49Q@q7*N9xsql4pi#etEnI7Cy6fiZ');
define('LOGGED_IN_SALT', 'jokX$!GO2iMf$&V$TniDOEFKTswvqL9bV5V#$ZoqKmiuS7uEnjFLpU^86O5iBKB#');
define('NONCE_SALT', 'f952Z#5bTsyVZj5lgJw837f&yrg8#h$0&2ts@3hp*uHKN8SWEMG!xVLad(aOher$');
/**#@-*/
/**
* 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_';
define('WPLANG', 'es_ES');
define('WP_MEMORY_LIMIT', '2048M');
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');