Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cartofarie

<?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 http://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',     'cartof_cartof' );
define( 'DB_USER',     'cartof_cartof' );
define( 'DB_PASSWORD', 'Proiect2014' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         ',DSgW]&acR<.[*6j[~:-|i5QYClDv|RB,^Zk:lM`/$2.h_7kCLAPX2lnzZA8oA!+v[IG(y&@3lfBP');
define('LOGGED_IN_KEY',    'YaG?+85*w^J,H$D|+7|V0|DZ:-e82OzH{!H%>nUo~ttonB+4`TY6H0:ae..ib73a');
define('NONCE_KEY',        '.I?X%3Xyq1ccY%L7%.=f[AZNcD/]H:PF|-CbrbtHi-1b&W{@?#be^`qrr [b8%;Z');
define('AUTH_SALT',        'u:{}i$K50oK=w8uuBcvsq)-7!Lg%Ui4db/.M%biXX3VZ81Y-)A!(FvB*2MrkKN`Y');
define('SECURE_AUTH_SALT', '#VuQDfcUXBn^YTFR-|f@b^;f_Q[DMc<~Upo+3,pEJ~%9Hm$-cUz$1!DkX1=]Ig$yShlk;w&+7+1]|2o#BZK^2[FA!f-[q-s*,8!3r{n:}');


/* WordPress Localized Language. */
define( 'WPLANG', '' );


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