Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

vividerm

<?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',     'vividerm_baza' );
define( 'DB_USER',     'vividerm_admin' );
define( 'DB_PASSWORD', 'G))M_rlr0iN4' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'gM|7%9b+w_Y2MnQ7;IZyI0h80w!7Fw/zk|P e1Y{+`Ur6');
define('LOGGED_IN_KEY',    '+|Dbl-R>7t&nU,V@].|h/;5fQz+F-v0p]?:4*91(%a|n$!fOr+#/w+Kw>%-5hjx$');
define('NONCE_KEY',        '0m&]I3keJ-LBWyw_Kdjd+y%2B:k.C(jn$[,,;iY[[V0w*|<P7,``$');
define('AUTH_SALT',        'v3gdMs_,,d6~(7lMv8DR+67f*=QQ4,*35k[oE7]d1U}H:r;L&/u`Xlk`_}NZu$cv');
define('SECURE_AUTH_SALT', ';zB{gW|{Uz`.G!QzEH] |D3ugx-? wRP3efU:,LtzGb@}Fk~Xm_I?Qak%=%&8~u5');
define('LOGGED_IN_SALT',   '/OY^t-NUg-sUn&zO0q,Wr-K9');
define('NONCE_SALT',       'pViw+4d>*#/(6z_+C[u;n<Ah[1_q5x^5YV=D]PHXT.IkwL,n5[jZ2K&a y;ow,SI');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'https://www.vividerm.mk' );
define( 'WP_HOME',        'https://www.vividerm.mk' );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         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');