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', 'u497761474_8nWDD' ); /** Database username */ define( 'DB_USER', 'u497761474_re9EN' ); /** Database password */ define( 'DB_PASSWORD', 'CF7jlRzY1x' ); /** 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', 'Bwo2kUs:N7D%]3sEZ:+SU_n*e0<.<UV[_ZhhoJ=F$e(KA(db)G(;Ks#iiSe_wu C' ); define( 'SECURE_AUTH_KEY', 'OS9iT500uUAZ!8vSDLeuaKSyvUn=EjiB#=nauC=JPj38NPxeHg L+Rzul-xFBckl' ); define( 'LOGGED_IN_KEY', '^NXcFbS66^;$-MdD`L1)6!;P8qpTmH#$Be>Ox[bBe^5[5xRdq |6`Odb_M&=Thb>' ); define( 'NONCE_KEY', 'ShN9kMbsFDfg)pLhl.g|_NK?)Omt?j|h`g,8k6S^&xGcQVxr YI6sM)`NT<(SjeI' ); define( 'AUTH_SALT', '{7>)4i<4uj:}PYw-2U@nnU+vO;7(wDKV3s_ch wBjG)B jyL8PwS;R54Yn/?&^D]' ); define( 'SECURE_AUTH_SALT', 'BgD`5uWMs<(3&WKd6}96eCyu%->nRNSn2u--RbROuHPoyk$({[U[b NowZ7.RD?y' ); define( 'LOGGED_IN_SALT', ')z,hh0QRhUERqNiE+K4IfjbKXa<:v(x4mns+,qq>{pp?5$V+DHh)Y?^vrQ1J^iVb' ); define( 'NONCE_SALT', '.:[D%I|D.=Zs*L2<JXL*WE/&{!$>]8a5_r*svG-%c^+agz|Nz(p3B?>Wm=1xvEnr' ); define( 'WP_CACHE_KEY_SALT', '&M{@3Hg0c?~S3!36*57|;lJc-/6A]X|8%BLMRmjP^M:)H=[fy0O$87O>e/u?L-Uv' ); /**#@-*/ /** * 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', '1fc7ab13dfa1a7664c8ec476c3472eab' ); 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';