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', 'u789666414_musclesburner' ); /** Database username */ define( 'DB_USER', 'u789666414_musclesburner' ); /** Database password */ define( 'DB_PASSWORD', 'Tyranouniverses@23' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'vuyTV{|xGP5F.LbM{C}*[uJIr5}@a.j2g/I<+x[p; RWcov0:{:VB6W |d4iAyt,' ); define( 'SECURE_AUTH_KEY', ';on&ew`l0$th~ri,&7uLK6%dz|P<0! RpbRl:TO<Pzjvnwclqu@3o{ZB)RFmJH%/' ); define( 'LOGGED_IN_KEY', '^X(nV=%S5[Wn[hCb.%;:Z ;AFww&(&(tEI*q!a$ l(JJ.jS/*4BFmsU6=|Dg@?~B' ); define( 'NONCE_KEY', ']/dhVKs Z^pw:&>guCDS%SN:8wER9k]e!{GwybH0f6>q=,l|P8}~9eb]#s*H5w&k' ); define( 'AUTH_SALT', 's0Y|(RZ6!PA8@bm!:76U9C^)`ses{Mq{<h_:N#rK*jfCOV{RnZifO~{F[s$b`Qd`' ); define( 'SECURE_AUTH_SALT', '5bNck1|&sl5Ug;QcJ:so%e, k$FlI /@K[=Cq^dI2;?9jHfr,Mn;VUTrB]%C+Woc' ); define( 'LOGGED_IN_SALT', '7HmmsUl`DKXG8Xn_d.lV>o4n`5mjrg{D@vG{ve[B|fR8>gX~s},Ee{Su`xD+w(t*' ); define( 'NONCE_SALT', 'V%Tl%j793El]%f!tAU11w/hMSmf8SyGAyET-wQs^Ffc%#=Oln[RSRZU%I)Q_:@?*' ); define( 'WP_CACHE_KEY_SALT', 'htD9Rg_LBUKZ88~5@uX<x!l`.fhZGXj:$<Oq}=<J[3x-qb)WADUq8M8H!~$gyUcK' ); /**#@-*/ /** * 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( 'WP_DEBUG_LOG', true ); } define( 'FS_METHOD', 'direct' ); define( 'COOKIEHASH', '14e45c1686c8c8438b14bbd51b778e24' ); 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';