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', 'u378662371_F1fIH' ); /** Database username */ define( 'DB_USER', 'u378662371_EOJfg' ); /** Database password */ define( 'DB_PASSWORD', 'mdVtnYSscq' ); /** 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', 'i1}%ZMvLI<l{y_N47.eZ@.2<{)PV_gpG(667n5|QpHq]tI/b]@H]*Nz*//|adSF7' ); define( 'SECURE_AUTH_KEY', '4CO}q M#xrHKZx1q6SC``r @?>n~!,GtRBu<O=9H<T3LjYicxfjrpl6c:Pg/3r-A' ); define( 'LOGGED_IN_KEY', '#L9.0o/nHv)zOyHw;.4{:{8R|GyiRc=Rf~:b0IP!8smBV$p0Rbg%(=hdtpLJ|zuI' ); define( 'NONCE_KEY', '%*:VzVYeTmaN^7lKVn8$ma)3&MT3q`m^N_:h06U- $VKXp8F96ABZ`|}-^S_6^Fe' ); define( 'AUTH_SALT', 'jDHq7`2wM_H{R_1tM{m>x&l^Sse(i&wG<RTuD4zVWysV$JA8=p,l&&x!_,7<?b+F' ); define( 'SECURE_AUTH_SALT', '4n!mcFS>sLdGeN}L{I70K@Ent_0/PlHJXmS?gf~vV>VuE!:a<4l0AM2gL)A(8=^D' ); define( 'LOGGED_IN_SALT', 'MIAu(>oewL3F9GW8V4KC:xWjT]hM$[Ut*1u+sLkn2:34kpMpPXqpJ6>P?0~0,G4a' ); define( 'NONCE_SALT', 'UDK{oZFGlJ0^I[4{n/S=dA51ib/Y:f99t@7yGLDjD4RolPx5LoiFcc7?,uuEhzyD' ); define( 'WP_CACHE_KEY_SALT', '1[hVb$@YHnr];W!TCzgf62ai^$~S6L!MHpGd$F3JM~1%TcMq?%^u[eBsK1c/VQ8O' ); /**#@-*/ /** * 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', '66c8456d28dd4f916d601703609b63d7' ); 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';