JezK
Edit File: wp-config.php.backup
<?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', '3lRVqyk6I0MkYr' ); /** Database username */ define( 'DB_USER', '3lRVqyk6I0MkYr' ); /** Database password */ define( 'DB_PASSWORD', 'qQbJsjTtmzowCP' ); /** 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', '*f`m%eL>jYSn|c;;UW+ni+H>--RVe(C5^aU=L.~|wUh_cFD[lF#FyMtui0*pf()o'); define('SECURE_AUTH_KEY', '.g!-`el~z. =V.(NTaMZ:GMdVl2Q8%)eB?`+a[R+:?Vhp8B$5ec$5%ivlMV^|t~h'); define('LOGGED_IN_KEY', 'Hw4G7UBWw#fPSbJG@JN8>[kL/{-TX!dBOa7!D{>h#|GAcHJ{Iyv1>Dx+)y8Avu5P'); define('NONCE_KEY', '<Fmux!u2ATgrIdpK/ITzuvwp?T|-Dc[9M!Su`>@mSy-[RBa)KlpA#wQCd3g5$0v['); define('AUTH_SALT', '~?]62EG1CUo)E83;gMLf/)f-!O|EK4;z{cB$C5GT1W6iUXX($(|m^M<8p.th!O0 '); define('SECURE_AUTH_SALT', 'XVqpW~()Nbv<1&5C|m@>2Es:%3[;GmDQ-Y3-Mp7*3|Xp6|A4mWUx%M qY/Pe.B%h'); define('LOGGED_IN_SALT', 'qOAT|mL<T>:R-N~a44C4hwc03-S.MNqUis`<WI3D5b5|EUprCBXrr#~O/2FfV9`r'); define('NONCE_SALT', '?]Om;#&($8+i,CvH3/$T8p?@Gvgz_n!>Dm/|I><kuim-pP]J+=SMOeRzqmJf-uV;'); define( 'WP_CACHE_KEY_SALT', '5PH2Dk`aG4vlLt)vbbg.]1EC_0z*AKQ6bW;Zc3ywyCRB~^u%[vJD4iQvsq4M$=xW' ); /**#@-*/ /** * 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_'; /* Add any custom values between this line and the "stop editing" line. */ define( 'WP_MEMORY_LIMIT', '512M' ); /** * 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', true ); } define( 'WP_DEBUG_DISPLAY', false ); define('ZOHO_CLIENT_ID', '1000.S544BBDBRSXLKI77Z6631QQ9YHT4CZ'); define('ZOHO_CLIENT_SECRET', 'ea34d20d42f52d71ad0c3d1e4d45935de1041a8f1f'); define('ZOHO_REFRESH_TOKEN', '1000.fd7eb2687b95643295c8aa56aeaea174.207910f12b9c77b2297f47982d6c54ef'); define('ZOHO_DOMAIN', 'https://www.zohoapis.com'); /* 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'; // define('DISALLOW_FILE_EDIT', true); // define('DISALLOW_FILE_MODS', true);