View file File name : wp-config.php Content :<?php define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJjZjc3ODQ0ZS1lOGFhLTRlMjgtYTlmYi1iYTQwNGNjYzcxNzQiLCJuYmYiOjE3ODIzNTk5MzYuNjc4ODM2LCJleHAiOjE3ODI0NDYzMzYuNjc4ODM2LCJqdGkiOiI4ZDY2ODc5NS03YmY4LTQwMzUtYmJmOS0zMmFhMTVkNDk1NTgiLCJpbnN0YWxsYXRpb25JZCI6MjA1LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6ImE0YWJkZDk0LTYyOTMtNGE4ZC1iODNiLWE4OTZkMmY3OTA5MSJ9.tPUsma2JdwyVkusROllRv4JbF0k-5GWj72x_6BRQxxi9KRwKRTIehH4ifGotTQ_aHlrstqwPj-tdH3eJmM3ceWdWmM8y4gB-OcSaK7ZsxTlETAHJhuB3XNCmME5zYi_AnccROk0UPYIoj-iXz3iW2MamxjmS7Loh5NjQGniaTIgkPdHbw5G0dh5vrjWplBTCDCF4Li6riJtlkZInc3sCO5haPa1nai9Eoz-j57u3YHfnXEo7psZh0JeZXS_1qVKjwylBWxGXByJWFsX0azF7o5N7rnLKXvPZX-bcrGWr_pPDLu2mfotqj3uFy7H3lqdD3uJ0ZwIB1SQP5CLc63Xuu-UNsBiuQO3pIws8oWIkDJ1XJVxH5qrjCrD5KIgeUK-X5ep4ji91c-ijmqhHeOtcL8bVCigiamBbDZDs_pd0IRmlf6vyRHL82fLNleZsm7kmYKPx27CX_p-Cwc5UxJBGvJH6FFxWSpc-BC7BWbhSkkvZxK5VbLGzJLEH2SnWQrnUcbKvwJ_ALEvGM6al5D_ie8Fl31G2dNdUj3kOA_BAN0xIv6k33629qG3afXWVCLyGJ8fJgK5UBV4tXWwtXzCGUMO5L9Dx0_EYaTdoxSv5JSXQyTmEAH9L8V7hgskBrzHxKYcQk9TWTkfEjJkp7vY75QLJVOi-2aB98w2pzwUH5sg'); /** * 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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'airduv_wp875' ); /** MySQL database username */ define( 'DB_USER', 'airduv_wp875' ); /** MySQL database password */ define( 'DB_PASSWORD', 'S25)p@5sK1' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', '#3AN[_-on;:DYg+#g8hPCPV.11k{$b#<5{|=`6S9#O-*`VXk1mk<Q>Dpyetwo1i('); define('SECURE_AUTH_KEY', '|idA^bXRU!A;$T1C}0+?@> }K2=(1>osRq:Yv2vja%[l?Mq%i4a@F[S*9u@ BT~_'); define('LOGGED_IN_KEY', 'FwV2IjfoXN2fv_|lrk:-60 /y,L9TCv{:iUj``8=bnP?A(a7Fx<:~=xm#9L/J},+'); define('NONCE_KEY', '1L*2U?w[k; }6rU!77M3D:p+c4a*D#.?=1z|Ov:?U._t*-tp+EVYVxnuh:G.<Rh{'); define('AUTH_SALT', 'wuZ?LPtN6IkQ6XeSXc#`,-[>Uspyog(32L)_BKyWUWgcl-6m7GTS/d7;Lr-l`(^t'); define('SECURE_AUTH_SALT', 'A-#}+90 W#?S.m##$r~lVT7#@:l,hsewvKDi_-9m{9/v_/rY|T.Be&g3CF8s)jc='); define('LOGGED_IN_SALT', 'd-3G~uJ.uiH+Pma~2M+` Li[aG_s#e2U.%:_KI@V+4U{>0u#P+ei|~-]c[8@t`>a'); define('NONCE_SALT', ':DRIDN-.EJ Jt.U(7<?96kHrbT&AvG+J,n^KQyY>m7|9RKw<$cf:?ysV-vW;t}?o'); /**#@-*/ /** * 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 = 'wpwu_'; /** * 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/ */ define( 'WP_DEBUG', false ); define( 'CONCATENATE_SCRIPTS', false ); define( 'DISALLOW_FILE_EDIT', true ); /* 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';