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', 'u562959078_GXAXz' ); /** Database username */ define( 'DB_USER', 'u562959078_iFJah' ); /** Database password */ define( 'DB_PASSWORD', 'uYQVEhUMsE' ); /** 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', 'piNf%6b]v9<nGL}RQ<P@.y[N/9V@BQ+@2zX}WW56stf^tYd7cO/h$ l@[>CC>xA-' ); define( 'SECURE_AUTH_KEY', '-)DQB0`r`wf-:$;L,v==f=S`d7u7Z#c[31W7+SJ BVnjPnwRl%iq@~*{F]Mq]fN^' ); define( 'LOGGED_IN_KEY', 'h~qMVxA<ugE:Tpw%Yh}wshe4(SF0=[UP>c{)5T,mYyl4!vbZZik+b-|m/USv4BH~' ); define( 'NONCE_KEY', '5awK3&jQFm5u,{M*/CqP>gax`mW<{oqUYF/.{e$Z&swQqa7>fi-!o`FOD>y[EiMc' ); define( 'AUTH_SALT', 'dx&Ojro0 +!lW=j<l}eYr)fUZcttx.w/%|lY(9M=xi>4gPt*TUydzFX>6$ZOx_WW' ); define( 'SECURE_AUTH_SALT', 'w>?D1ZGM[f]|`,=.4r[*i#|x)!Q/fFjO$4 A+:lD03=}F31xw]MOMS_KaL,F8d^{' ); define( 'LOGGED_IN_SALT', 'X!1J(2q,fO5J>V8w4sNA^v31E=OIHy%qX>($sH^&> y*%Ly!b5d<-UQ+Up(*C~TH' ); define( 'NONCE_SALT', 'k{]e|)Ny%oN7-*UxXY1i`]-Tq8mKf*T9S|OccYU}~v@/)->e {1NRK8`l)?=<]av' ); define( 'WP_CACHE_KEY_SALT', '+/E$Ke^F/s)NW4e(OG;c&x+|#SJ1x1K(IvSXE7P=[.WK`//je0/&%h:$o&TU67A&' ); /**#@-*/ /** * 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', 'a8528c666cbf9873d1f810c989daf356' ); 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';