File: /home/cvsuperagro/public_html/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiIxMjY5Y2E4ZS1hNjNkLTRiNWUtYjhhMi1mMTVmZjI3MWZlMWQiLCJuYmYiOjE3ODIxNzg4MDIuMDc4MTc1LCJleHAiOjE3ODIyNjUyMDIuMDc4MTc1LCJqdGkiOiJlZmZiZjY2ZS02NTgzLTRjZWUtOGI3YS1kMjViZGM3NmVhZjciLCJpbnN0YWxsYXRpb25JZCI6MzIwNCwiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiIzZDM4ZmEwYS05MzczLTRkMWUtYWM5My0xYmM5Y2NjNzI4NmMifQ.Uo5gS5TtSN1kkBG-JrdfDSpGYhIs6erLG5UQihd8EWtmu4wVgE5QmltdbKEsWukrKkGa_ofyMYlWOoazHZ7j0X-Pz_b4ZD3rKlz5eAEvZ3MbvEN6Rh_cMvXZLAPeQwTu3YkbX145CzgGr_dAvU9ccfBvwNZw69gj7ECH3Ao6r57T0V9sxJl5y6bkWFSHhwFkVKdrjVFEazQd2pI1FtCW_LaWa8FfoBire7MJG_CM7m3_PAmmwLzwxIqW2m78zWxsPzvCeLzBvcAK3M3zt2OKjLmke7lhRVwTxOMXIVc-aLvSWEmKE2JeFTvzlqt2QmG3deA0aZuQ3oNRtWgaqh1lZ1FcM9rHJoxGq7KWnez-WD6Ypg81r2GVXnz1Z15pZrr9-ec5AfWfT21QXbVBXTy7KujMRAZ8sGZQwRedfJQu0oK6_h_X6Y4SSDqAuMUNsTsGkcju1uxUxvohrxk7lgGh7K8L45ewHt7sSZM0vL8ZJ65i2lE4aQs4frDj2eoo26A74M1Sccf14JXb92BoEtKUoHum0R0tgdXl_jlfhLaqSFbwI3-7_rna-01FBmtgXtI-ufoKM1wnzujQcw4JEGZA8hhmBfDkFhWH1DGdug5d1rdUAzhNGN7-MdmkSJS2DSogQ_IIvkAZAcnL6ZtE7WFsbwGQng5UMLcTA9Xm7i80yTA');
/**
* 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', 'cvsuperagro_wp350' );
/** Database username */
define( 'DB_USER', 'cvsuperagro_wp350' );
/** Database password */
define( 'DB_PASSWORD', 'Forsandy2410.' );
/** 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', '3K2|54+B3p201+GxZ[3xGGXtH4Hukm8f5o5-/qT~|4ePS#e%7&9!(3-%~+nJp4-a');
define('SECURE_AUTH_KEY', 'fs60bTAw;&8M20)99qJasnLsK3q|xg0pHs9cumgb|[TTGJ79+!2c2D&vw0AQG!;r');
define('LOGGED_IN_KEY', '~yf]p+h&0!9uM)z654:6+vf:OC0~k815KB&3u%3vKw0tK|X56*bZeE_/N9c|5*DT');
define('NONCE_KEY', 'J)z*9ub2#53L7n1Oo)DxvFR8y|!U8Fw8r4D(11;LexeN#guw3z17U4N6Ai-@!fG!');
define('AUTH_SALT', '43E26~26vUr1PB]d3)qbkCjU6G_m@y;22_KNV9)K+On/vBX07ah62C-8+f#(!&E@');
define('SECURE_AUTH_SALT', ']!9c/d+WG3E_1k9%lftJ9]zDrzz597%-aXp8NGNe0;|45OQ&y!_zdGWFU#3mmoBv');
define('LOGGED_IN_SALT', 'z]8+PGY%2ktk2[;Q8dz8|B5~5P4RhdD21%(606Y8+v[vf0sDs(Hrflz6k6vbxoz&');
define('NONCE_SALT', '!aBEmIw(2&uWruZ*F78X9WB]5qPX09!A2u3(H:nI(R[!tO;7py8DT&4&8KUALo~3');
/**#@-*/
/**
* 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 = 'jwjdG_';
/* 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';