JezK
Edit File: wp-config.php
<?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', 'u910532359_hzknz' ); /** Database username */ define( 'DB_USER', 'u910532359_o17qS' ); /** Database password */ define( 'DB_PASSWORD', '#BO9C|BHR\\' ); /** 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', 'ux03j;HC1$_2o+@3a)Iw.M~1|Q(HY5H:_D,d2Se@i6j&mL~p:[/4%Ix79lZIbmTR' ); define( 'SECURE_AUTH_KEY', 'NJuaK^N%)[g;$xlE.cTN?U2El[-7,c%lV#xk7#,6}aaA=_9&.jvC-1>))DV{NkD_' ); define( 'LOGGED_IN_KEY', '^4]PfC@7g/kj0dNhupj/!>FV|V)%lxe]`{ma%gr|3[g:kxo2&.!z KFT;D}e:%0q' ); define( 'NONCE_KEY', '+SR1&gTFv} Y-N-fgSm~dQZwb=zKRS2/f6jCR[Z/~6`lRc1ug0])$nm<Ga|~pKyn' ); define( 'AUTH_SALT', '_UNV@CuB<hb%PD.E!<P`8$xsN%Y^R3^dPx(aN`KyVw_jI!#l?|ANZg-/[_^06Q-h' ); define( 'SECURE_AUTH_SALT', '9:-no=h%pa-@3;Zi7&CWy`vE*7~+}] @^[CHR&/9m 2f:fO@uzFxJy]gh{a95VCj' ); define( 'LOGGED_IN_SALT', '3t@vjdPJ&]3-}Xo+/39Vk/#ENH}/0;95H- ~ATA_L&yapG6?3[kZxG$^NCX?iyL5' ); define( 'NONCE_SALT', '4,fj%mzS2?LE6wX*??07 )+=Mzn{BF8=9LZZ* [3^VKRK[HjMMgvdvG}I.J.dExg' ); define( 'WP_CACHE_KEY_SALT', '!YIuP*iys`*O#.B! =@1q)AHPd)!,RVJ/JeXL7ZW|0&>+].3~1H=XV7I|e$^ ,?p' ); /**#@-*/ /** * 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', '1cf1ec20ac54e62735c96032cb0c1f9a' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* 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';