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', 'u220434845_dL2oJ' ); /** Database username */ define( 'DB_USER', 'u220434845_E12Gv' ); /** Database password */ define( 'DB_PASSWORD', 'eLcijFRPXj' ); /** 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@[@u+bo9,X*n7P;J8.2$=.d_+_8yZn)$fW)CT~&,CuT:_FKad.o3?6zQls[W%`,' ); define( 'SECURE_AUTH_KEY', 'rBA/lq&A1aJ2{+>j7 :xjz;&:T}4Z9:Y#Wm?0 V)VjunRY]-X_s*7IId{7CzF21W' ); define( 'LOGGED_IN_KEY', 'H)OHlO4.Lj^~)G1C#znw7~8;Cfs(a~Ktgn*p#Owo2;se#D]}7%b=,kXb9Ah{&f(w' ); define( 'NONCE_KEY', 'X7r9N8wrPY|IIqlcb%D=73{n}Vd*X]P0=sZs`2oz;3!;~[p3I|$Vs JtGK-6Obbh' ); define( 'AUTH_SALT', 'CXrOc` (gJ1u8CSIyvg.[uV?Z7U/i`9|V8#`[5hty5}~+co!Tq?qbb`#9thHQ?Q~' ); define( 'SECURE_AUTH_SALT', '`0^GsH8 ^aj9D_[]*0b/xB 8vNo=f[~U+dcGT!Ac>|fsE%TF@Ml7GPqy`=Znd9pi' ); define( 'LOGGED_IN_SALT', 'Li=ma1&`P77(:[g*V}w1#<z=oNOc6ej:DCJR7A>Gs4==^&ADq ]?P8L%}h?KIvIN' ); define( 'NONCE_SALT', 'wrlYp<.k;Tj]q?V#jpq^nBmC=yG-Z[:tg^kt|boD5;h}Fu[B<aS|kOf20lqrh`/`' ); define( 'WP_CACHE_KEY_SALT', ' 6#e8I>0gCGFM#{y&OG3Y;=4u4m:NcZ~tu>u{})<r$z9*<!T-yWM78K,:%?FQ,|F' ); /**#@-*/ /** * 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', 'a88c44306638484e1f58e79cfde20e2c' ); 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';