File Manager
<?php define( 'WP_CACHE', true ); /** * 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', 'u606660032_1zQnq' ); /** Database username */ define( 'DB_USER', 'u606660032_7nNId' ); /** Database password */ define( 'DB_PASSWORD', 'SQY0TPmyU9' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1' ); /** 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', 'W[U<XA9tj a{)FXXGk9!HK(XeVuEZP2jcFqj5ICf2%RKOU-i7xa_]L=jFTmC3NxX' ); define( 'SECURE_AUTH_KEY', 'EGvk%*keK[z!gBuOJ~Jwns2.zo@g|?Fqj=zY)2:ooq>ZA+$Ay;E#oaf:yq+M#arm' ); define( 'LOGGED_IN_KEY', '1ji^eP&6UQygnmoX7|rhRP+LLpd]P&t y5OT{}zEC+ys4&(}dpI%%dX,KU,AmMQ<' ); define( 'NONCE_KEY', 'E<a_WfSjA*OoMC<sfW0.S-hNa8WK]xeqJ0]Y;l#{1!x;6H]~<NT8~_pj~!z}@6zn' ); define( 'AUTH_SALT', 'M|V7RO-K|Rx,T<S}C}>beZaJve7V([qp/KU%3y l^v]F/g38S)-N,(KRtl*^x5J4' ); define( 'SECURE_AUTH_SALT', 'uX|Cr0VuQ9Sn^HmVh*x<T()ooq.`W!|Zp%53EwzEx )h)LZpeH59);e5k+mpQGpQ' ); define( 'LOGGED_IN_SALT', '9vS#w%)X8Nb{HzsW7TJcbe)K?+,+/t),xgheaPBMZ$w;3xS5fyrqE2d+OB;7(Y^E' ); define( 'NONCE_SALT', '.#(leds7wNwP5vHP&I2T&d}Jgn8}OGAe||CXye+wTYXl.M[`sm.7#3v:8OKNyhw;' ); define( 'WP_CACHE_KEY_SALT', 'Feq2j7!%6g-W#H|Kdta}[r8V|D#7~aR1oTino&}|Of0jCzhfTSKT2II2f$/LN^BO' ); /**#@-*/ /** * 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. */ /** * 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( 'FS_METHOD', 'direct' ); define( 'COOKIEHASH', '4cb4cd91dcfd9a92fd3d9e8df6cbb533' ); define( 'WP_AUTO_UPDATE_CORE', 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';
Save