Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

pmt

<?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',     'proje118_pmt' );
define( 'DB_USER',     'proje118_bst' );
define( 'DB_PASSWORD', 'Am3Z2CVHkmAs' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'Iyf&QH$L0,KF{HS_XD!+:3f1l;:t-T`+rq-HV Sa)YQvJ,pA2]DT2(UdubOs-pfR');
define('SECURE_AUTH_KEY',  'Qe+[lSL+l~7=F-;&{n>d,V=Evc4.dqy|115[Hc+2S##NW R|vrPX)-+/fX@O62 r');
define('LOGGED_IN_KEY',    'QQZELUWK$1O-QMk@ahN-GZJ;PPDAsLa6Af+&O{3ir*}T3|W%^N+`JexGGbXML C5');
define('NONCE_KEY',        '6y!8;RWpD+|9X_h7Z,HC9!)|8-we|]rmH2]5{n#^CT;^-*1:_8`ZF{A+Mi7?;LlL');
define('AUTH_SALT',        '2# ^nXzE~D_GoNh--L#kDKSyW8hz`Qg}K~(e%yUkeYCyDL+i#*R]IX*`~57r2]G=');
define('SECURE_AUTH_SALT', ')Sg,H-S-F.V`fMtNZqY %,%ABxiwR7Ms+6e+$RqpI@xL_L<|^=z?n]oa1)MPMq[)');
define('LOGGED_IN_SALT',   ']g$~ae]XM5Pj?,b&[s2_!s/{2+Fs69 Nb4/Q7+Pg[lnI(GP7OhjT]wdKb3T:iI,`');
define('NONCE_SALT',       '/h*j:,km;+GB{X^]_ 5pAv4NkZ8^Pk5X(F~( .C`IWQkHHPc5Z..Gp1 V<wP=61J');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'https://projectmanagertraining.com' );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         false );
define( 'WP_DEBUG_LOG',     true );


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '64' );


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