File: /var/www/vhosts/ascensionfitnessusa.naluendorse.com/httpdocs/wp-config.php
<?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', 'wp_6plh1' );
/** Database username */
define( 'DB_USER', 'wp_09mis' );
/** Database password */
define( 'DB_PASSWORD', '*?!&!1Nd6fchW4oo' );
/** 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', '~8a25r(;Lcil*uH2/8:eJ8]9%XTMj7G26Yo44Ka5@26M[8!l4G&[138~5c|e|8r9');
define('SECURE_AUTH_KEY', 'pvKSu;z!2Q2yb%N8|4Ns3nS%@Y*kV~kC|#7(!:00QgX5(68f+5l4a74/]m1O(HfH');
define('LOGGED_IN_KEY', 'K5eFVJsdw5W1633IXsJT]Q+J!D4ZP43%223CmLz+3t8)9FTb*8NMP4!#mWEurthj');
define('NONCE_KEY', 'j0m@r2x%%9z1sT:5%Oow3Sez0DPo7+g66rwP|OBLg(zlwzcz+!2x[5L0PC@z:6t-');
define('AUTH_SALT', 'N!h/6z9447P*3wWer[:0!1Kqc78)Pug%tLmZ3hO_T]6kFuG077TggTyHkOja;0m!');
define('SECURE_AUTH_SALT', 'LyK+V*)qbBL6_N5P)1]3@5_H&2n6D7hdk)9bVXJ&834)l%1O161/[&2:f6bmq+Tc');
define('LOGGED_IN_SALT', '5%[e53UG1n3mQ[PCv1ZY6M2pqC62q)+4y_|Q4U&4J00H_[PP4!Mf89eK5i6i395:');
define('NONCE_SALT', '080U/+Y&r@C*|65E4w&/9|-3N10/jt9022ylU3#ss0:-HT[6B__+#k%u5qL)R781');
/**#@-*/
/**
* 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 = '7YYNJE_';
/* 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';
@ini_set( 'upload_max_filesize' , '3528M' );
@ini_set( 'post_max_size', '3528M');
@ini_set( 'memory_limit', '1256M' );
@ini_set( 'max_execution_time', '600' );
@ini_set( 'max_input_time', '600' );