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: * * * 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', 'victororsatti_vpy4KBZR'); /** MySQL database username */ define('DB_USER', 'victororsatti_vpy4KBZR'); /** MySQL database password */ define('DB_PASSWORD', 'icQWrd2QjYUmxn'); /** 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', ''); /**#@+ */ define('AUTH_KEY', 'bc*FaF@}F_+x);q{=D#DX+peXep.N3g|h<=Xq3$}x;/shi?I2vMr2fR(y%yHDJHa'); define('SECURE_AUTH_KEY', 'K>_%]+EB@&F$n>->>L#F4k+3 st.C{xHSm_XF E-h%sMcv!P.74Gt7Pj'); define('SECURE_AUTH_SALT', '-^q5WgS|SMm[3J#Ec`O,X<[Aa~.u,lL+a]:8=8Z/$m=Fzg`/&5;N,M-CrtW{*FJL'); define('LOGGED_IN_SALT', 'ae~;nth~Ts8_~${HD?r>OD:_sqy,BSWxT#eZd/2+`P$E+MYJ38wH(t a? 3!v1WH'); define('NONCE_SALT', 'RB#7>Z}8n)WQeoyt]!aN|$$F7sQz!gTa.V3?,0g/+DX2)0~Ae@%Mc'); /**#@-*/ //** Custom Settings **// /** Set default theme **/ define( 'WP_DEFAULT_THEME', 'blueprint' ); /* Turns on auto updates */ define( 'WP_AUTO_UPDATE_CORE', true ); /* * Gravity Forms License, Public and Private Key * This will automaticly add the License, Public and Private to any new site. */ define("GF_LICENSE_KEY", "057a2645229bbdf53dfa94e0b4a2822e"); /** Define WordPress.com API Key */ define('WPCOM_API_KEY','b0a948f2f59d'); /** Define AltText.ai API key **/ define('ATAI_API_KEY','6aba74de010c74f2b225defa0104b1ba'); /** * 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 = 'msh_wp_'; /** * 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); define('DISABLE_WP_CRON', true); /* 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'); if ( defined( 'WP_CLI' ) ) { $_SERVER['HTTP_HOST'] = 'localhost'; }