Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

the_monster

<?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 http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'krezimizik' );
define( 'DB_USER',     'kkvsh' );
define( 'DB_PASSWORD', 'Ricl@vel1' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'lr*HnPY:JWRs`7}C=?3!>+zH^b[#w%n4dK-/JW>4xS3Y{_[Q*I=4!03?cX*IqQGG');
define('SECURE_AUTH_KEY',  '6` -+)+:.4*@4|c-Z4!z|Tgu#xv>}7+jE;it+W1ZM8WQ>6+A<_BG:apWN|Nj0KQC');
define('LOGGED_IN_KEY',    '5uAX&g9LNZ/y]= FX+(@BO_ F6qGFk;66qUDrS7p2sJ[*2_dLYcs3M{-xhKOjc1G');
define('NONCE_KEY',        'LvOn!T)#@.TY@`%<=/+E9&v!1$lr]ViB]^#j88b#1e|,q49QZyz-Qz_P@B|I%N@k');
define('AUTH_SALT',        '3W,wsa^rgJX5{+/a@0Al_{@O?MS26o9Q*Bi9+n)+iOy2GY.Q5q,@jS+_xpl~yE*<');
define('SECURE_AUTH_SALT', '#|$FC#+C$BW)?*@o%Q)(2!JW;9#-kqZ6y}F3p2mrhjn4A&Dhunb;J@ND 6cV-zJ$~Ru`gj=!>qA]tmjf');


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


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'https://krezimizik.com' );
define( 'WP_CONTENT_URL', 'https://krezimizik.com/contents' );
define( 'UPLOADS',        'https://krezimizik.com/uploads' );
define( 'WP_PLUGIN_URL',  'https://krezimizik.com/plugins' );
define( 'COOKIE_DOMAIN',  'https://cookies.krezimizik.com' );


/* AutoSave Interval. */
define( 'AUTOSAVE_INTERVAL', '10' );
/* Disable Post Revisions. */
define( 'WP_POST_REVISIONS', false );
/* Media Trash. */
define( 'MEDIA_TRASH', true );
/* Trash Days. */
define( 'EMPTY_TRASH_DAYS', '15' );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );


/* WordPress Cache */
define( 'WP_CACHE', true );


/* Compression */
define( 'COMPRESS_CSS',        true );
define( 'COMPRESS_SCRIPTS',    true );
define( 'CONCATENATE_SCRIPTS', true );
define( 'ENFORCE_GZIP',        true );


/* CRON */
define( 'DISABLE_WP_CRON',      'false' );


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