Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Sitar

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'wuygjmwa_wp731' );
define( 'DB_USER',     'wuygjmwa_wp731' );
define( 'DB_PASSWORD', '0!SAp6-s76' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


/* MySQL database table prefix. */
$table_prefix = 'wpuk_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '7,`YjP&rP].#KDZN4(0dD`>+E4heIp>(f7OcYs)l}OsN}-6U[^P`wCCQcW|#0BN)');
define('SECURE_AUTH_KEY',  '4)=|d]uVeVY*0?C92mpJC|%TBnOkb`B8V+vE2f2V!nDeaOyr$|?sF6OBvW-r0tRS');
define('LOGGED_IN_KEY',    'f+BCqz0*lY3^iE+S+-$00cC+9P<mfe0O+%_y6z%(TWkC{X|:Ng7[D1?Zw[H?W!cZ<');
define('AUTH_SALT',        '5~-2-T8!t%iKSg00!:30@  ge^');
define('SECURE_AUTH_SALT', 'PC1sI46:kd:tuF !6=2Xu|: -_N6Q,B+GJAZ)J3$D_B}w$ZCw8G_[oJBS^v|Me=x');
define('LOGGED_IN_SALT',   '@(!4V5)DCV');
define('NONCE_SALT',       '>77Pz{4*O`hPZAbzu5g>ks_VfPXWE>`P}k4gB|)hKg|(9ps01y,e4hWJ&S0A55QS');


/* 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');