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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'u353295903_XGflS' ); /** MySQL database username */ define( 'DB_USER', 'u353295903_6npfK' ); /** MySQL database password */ define( 'DB_PASSWORD', '7]AbQ1jIdkmn' ); /** MySQL 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', '7f8>#e^vk&!f(08!z&LEiL;)~e,ijA!(D(8D3>4@zSU!6*]e-bP0k3Xwf;FJY{O+' ); define( 'SECURE_AUTH_KEY', 'nUB_k}R,!}!h_{.:(Erx*4u>7>*D9v]1gyV<h{uB_PJ<bHqH8_2!JGhtk:(K16|?' ); define( 'LOGGED_IN_KEY', '(N{6;%ryQV9>FP`eqkk.TGgLaN?^={~gLA3KjBpsFyL+9;n?#^jO6]tJ/8:Ta8)R' ); define( 'NONCE_KEY', '`oP11?2=o$};Kx%MI#TV=PjbrpU.LlJ9QCh;A]{aUX~}T/&t.7f2C0>QZm6GAK0J' ); define( 'AUTH_SALT', 'R>~Z`!^<mRjYM-voO=Ri.At}og8ZV2hkw>yGW!y+wK8JccP+b8P{wV#TX%BUeu%W' ); define( 'SECURE_AUTH_SALT', '~oL[Uawj k<z+Z>k%tp 0lwC0MVF4P>c2kCz]Ov1Bu[KRKzc]}Tj<svp{nbYBMxb' ); define( 'LOGGED_IN_SALT', 'n[)@rek{#[zYLUT2E}Ui05 _&Y8J0GQzal!MQ_+gYR!P?~V~<WI1|h;5f54nkiQI' ); define( 'NONCE_SALT', 'tr%M_A}0*r:=gRGZU+B;[L#^@>Uy{5bUEQOR?ru:TpC~RccxlTB9r$+>K2:ACex_' ); define( 'WP_CACHE_KEY_SALT', 'sF)c@~4eNpYxCpJ.!<.K|bU+ka~ofr3vnG_-~GUZy?P{DF5o4@7!2r^Kc2!ydZ 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_'; define( 'WP_AUTO_UPDATE_CORE', 'minor' ); define( 'FS_METHOD', 'direct' ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';