JezK
Edit File: wp-config.php
<?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', 'u998420963_3jOwA' ); /** Database username */ define( 'DB_USER', 'u998420963_nTO3z' ); /** Database password */ define( 'DB_PASSWORD', 'RFpfDknHVD' ); /** 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', 'L~*o&wn}f%-eK-&~&UKsd4gRX<2V3Tz)U-&%x|O>XIo_%5k13Z]J{-8|ws$54]t,' ); define( 'SECURE_AUTH_KEY', 'MeY]`#,w>8+]fVl~4)B[bh3+Nv(U{o0f8um{_qBVukY4Bj6aO(atr~uKQyXp+x>C' ); define( 'LOGGED_IN_KEY', 'WO+^3 Gr2n47;tNAlz(B&$DjUhTwl*gb_P&4b1)STz4!eh(iv8o5`d6w1}K;Lm<2' ); define( 'NONCE_KEY', 'yXA4j^lPCeE{f4F%=D:v,sIc3*Jqnh 8_cOK9PzBp%(kb);&NQt-f#2g} )yHTdY' ); define( 'AUTH_SALT', 'OUf9lbR|Zu&|R)&eZC:)4l>r~tie>z]97K0bwgdyIi#f]d|>;h/HH..nBh(:bv-]' ); define( 'SECURE_AUTH_SALT', '2udU9C9K#%4jUh,6h8d3?[(JRHRZ<(<wv> %p9cU1p $HDT-i5QiYO4kja6EmM/C' ); define( 'LOGGED_IN_SALT', 'F5tV)2m5x({/CE5$2&qQE;Yo=TRRSaFb655aF f3_j!Ey&ztnK,!TAox DUh9N#!' ); define( 'NONCE_SALT', 'qD=VAeECg*MZo911lYSQ#rJ{$;M?!jb!SSf)^rr-C^%G~{0]Y>V+@#G)&]/[SSk4' ); define( 'WP_CACHE_KEY_SALT', '`cTAE>*8}*D<Oq>zxt8d5YQr!%6gMLbEYy,mb8,%GjL9K3l3u+:cSx&(St%qVk39' ); /**#@-*/ /** * 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', '809b710ee8c768d35cfceaf87b7e0a71' ); define( 'WP_AUTO_UPDATE_CORE', 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';