Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Wp config

Onglerie just’in Nails

<?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',     'dbs4836228' );
define( 'DB_USER',     'dbu505632' );
define( 'DB_PASSWORD', 'Ion!Slim@2014' );
define( 'DB_HOST',     'db5005748188.hosting-data.io' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_general_ci' );


/* MySQL database table prefix. */
$table_prefix = 'LSbbd';
define( 'CUSTOM_USER_TABLE',      $table_prefix . 'LSbbd_users' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'LSbbd_usermeta' );


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'cQAfCVq$G]xP4%alDxqY:ha=J[}JT-jL)s_{iW-Yf+a8Ey7cF#aW9eOP0|^Zkd[,R!NJi*W4sKag0>+N(v]E+^9');
define('LOGGED_IN_KEY',    '=hF)?w`|;>+T>+C2X3*?R*q8q q Hy?Gy-tD4`iWm!Z~+vuR+i!W%`VcDNXqDov5');
define('NONCE_KEY',        '9+F.$Pfz%?1Uqqj6ZZ13i#4K(K$FG(/gNf{K[sc*_z ^VfC`|:ni<-Oyx[m-M{x~JMl|+`^_2o8k[2 :#OC0khMlc>j3n/R!5');
define('SECURE_AUTH_SALT', '~}}+[UvyR[)&dJ]Tu0Yr}^x39o0HEB{fX0]6SUX;?2LFWu>d`X`w|?D3iX)6v>m%');
define('LOGGED_IN_SALT',   'gsBb|b`d8B+UDj}0[,Rc1]D?oL@@oAr-Y1LmrCJe<yU:?;aK)X|x;Nh+~CdCLrhT8h+a<#X[PZ#NJmmAjQX^/+M7^nC,3!oOW9');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://onglerie-justinails.fr' );
define( 'WP_CONTENT_URL', 'wp-content' );
define( 'UPLOADS',        'wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'wp-content/plugins' );


/* Specify maximum number of Revisions. */
define( 'WP_POST_REVISIONS', '5' );
/* Media Trash. */
define( 'MEDIA_TRASH', true );


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


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


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


/* FTP */
define( 'FTP_USER', 'u106345730' );
define( 'FTP_PASS', 'Ion!Slim@2014' );
define( 'FTP_HOST', 'access889590907.webspace-data.io' );
define( 'FTP_SSL', true );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DISALLOW_FILE_EDIT', 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');