| Server IP : 207.244.250.86 / Your IP : 216.73.216.10 Web Server : Apache System : Linux plesk1.codeponents.com 4.18.0-240.10.1.el8_3.x86_64 #1 SMP Mon Jan 18 17:05:51 UTC 2021 x86_64 User : code ( 10025) PHP Version : 8.0.15 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/motionave.com/httpdocs/ |
Upload File : |
<?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_w9ceh');
/** Database username */
define('DB_USER', 'wp_9enva');
/** Database password */
define('DB_PASSWORD', '2*tQKo7I#l4cs^uN');
/** 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', '0|@/h|OXk@ZPJ1]D9@7O((g!yjqJw52&6/Y-Ew71G0!(D]nV4GV#1BZ/p-w3yr1&');
define('SECURE_AUTH_KEY', '4|733H&%McN75p@ThH~5MoC9_H0*N|*W3O:X3y1-*C_&C+I*&)z41V5(U!4ydIZb');
define('LOGGED_IN_KEY', '3BjGf2h-v7bRqD(*j4|%F_5q5o49)fIqW55QUiF8K5i#b/M#~Z2JQdT2q0dI:2#_');
define('NONCE_KEY', 'a@Z0!qd_v816;Scxl/JDI|ToDO!wYaganp(2l_zlj7(SKPP6hm#J5~;4f!!&Y@@m');
define('AUTH_SALT', 'Xv|-&P098+j0lJ4#F3Ny2Q75*iJD)&cai+Xi121Z~&8[)4V63@7+2(9Du8~_&AN[');
define('SECURE_AUTH_SALT', '*35~t209E73[_!|9gZpc;qa56N+D/d9]2019Z41*7Pbn+#t0(rI9CEmEFOzYc_XN');
define('LOGGED_IN_SALT', '~-Ct![#~JOUFw]lo8mG_27i36|H!0lE!SxD4Y+D~uQImJ;c3ACeq7;E/~+~wwQ1O');
define('NONCE_SALT', 'xBC:702h4+7J5bgIj7[q(J%4_c@61dH5ZvS;h8~Y2Cj19b&W2B%g++-UZ!])beH-');
/**#@-*/
/**
* 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 = 'ObsVW_';
/* 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 );
}
define( 'WP_CACHE_KEY_SALT', '0e3b326d4f5157ea216fb32b144d8e26' );
/* 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';