JezK
Edit File: wp-config.php
<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJmNGQ2OWU0Yi0wYWI5LTRkYmUtOTVlNC0wYWZiOTI3OWNlNGIiLCJuYmYiOjE3ODEzNzUwMTkuMTU2ODU2LCJleHAiOjE3ODE0NjE0MTkuMTU2ODU2LCJqdGkiOiI2Y2RhOTk0My1hYzc2LTQxYzktYjg2Mi1jNThhZTRmYmE2YWIiLCJpbnN0YWxsYXRpb25JZCI6NDMxLCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6ImU2ZTg0YWYyLWYzNjgtNGFhMi1iN2Q5LTBhMjNjOGIxYWZkYyJ9.faCGLa5qXKDBVna31d09sJwIve-YKWA0GulzE51IJ-PqcfDDucWWn-2bSSb1IMJ5kpk8opqLYwRNdgW7HpUFPDUZB7rc4KqPjyZ3N7LqP7__kydZRD7aQFdPV9RsLawFTLnK2OsiVvCnIv45_xIlVY8YeB8W-hFW0_q6TH_Ysp_ZhmTg8Ylnaa3RYC4FqdUsYfaCOvlAkkXFHFROyFwVJQkLAZ5ZN8l6m3OnmnWeXNcUJAsvnwCXLdK7OoBAAcdjnfi-EU8RkFai6hK-HNEgdLrihHojfVGuD9j1egvujuHIgyEVKra0XeyPbnqvaxF3hpShmWTk-JUZyK9Yg3MpzhOmp3Qv3-uUs5EafV6SWeTFl7Y369v--9QmJ72VUw6BLCDhna3fBWlLLVSgh1dsWbpB0LX20T9z0fRvYZ9hGmgYL0qCE-R1RI_eMg83Z2aIvqvea0Frqg_eQz__EcAWrhlO77rrAMQMDRgFdvHJPYnNu3Jf7r0ycYZ_HP_w43jT5Y5Ase6RIPDcEoX9dP8kCtKoGj36zi4o4kV-BEGsWMey4cFMhPcLIomCipHKxw5kOMS6y2oSuaHihyox_QOFVF38E7oWH6nqS-up-ewObFDTnLGV1tur9WaVm6e5eRyhe96CtGoINKkCyxsJOP69aLP366houZAdAXR-e0Ew0Hk'); // Added by SpeedyCache /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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 * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'susukam1_wp748' ); /** Database username */ define( 'DB_USER', 'susukam1_wp748' ); /** Database password */ define( 'DB_PASSWORD', 'Srp4@2p.A(H@1a-5' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'ay9ks2qiijvluagi1fccgz2dvffkvzxmwe1xwpufsjbkap17so17hvb8z5dsorug' ); define( 'SECURE_AUTH_KEY', '8szkyp5wzqtqcdggewgfkil9knkxernqk4cxv7v4e5exmygdapksqbvyz4apiha0' ); define( 'LOGGED_IN_KEY', 'hxr17vbyhq7k1amxn7sgzcp3sm0s5bixttkvryokxvabilsxhsbksrjp5tw21xhh' ); define( 'NONCE_KEY', 'vf9tcv4u3ju5wohyu7wvdydqepinqmprbyrnlklzwnagptsqelt2qeafqm5hegaa' ); define( 'AUTH_SALT', 'x8ljhpinndp7skhscuogv8ww4hwjkw1m8vnhnpkdxjhstx4vokodrlarglm7dia1' ); define( 'SECURE_AUTH_SALT', 'c1bawails5sofn72tb9jlgkaaefmlf23qjhc41bag7qjxv0fw1lrcgnltkoim5pu' ); define( 'LOGGED_IN_SALT', '9eqvmn8rnqavc2u2vangbpwbajznyem2pauai6frlvxkav5kmwdlteakzdaswhlh' ); define( 'NONCE_SALT', 'kuy2mrkyjrj7enzjncqpc1ub0gfltgtzzwzj2orvdgild1bgqgc9j0qxehvuznkk' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'wpqa_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';