Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ddd

dedd

<?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',     'clinecuifk1' );
define( 'DB_USER',     'clinecuifk1' );
define( 'DB_PASSWORD', '8Q8eyq1n' );
define( 'DB_HOST',     'clinecuifk1.mysql.db' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_general_ci' );


/* MySQL database table prefix. */
$table_prefix = '0r1mx753_';
define( 'CUSTOM_USER_TABLE',      $table_prefix . 'orim_user' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'orim_usermeta' );


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         ':Wl+`eN)-^PR+d{7YvU.ki_/4$Npf^!_xh1oDLM+S]Bn(~p2KiI');
define('SECURE_AUTH_KEY',  'f<=l1wjVqxL9|*LgK=2SXW]7%|q!+8=O`:?IzHCvQ-tGI5OFh81f');
define('LOGGED_IN_KEY',    ')]i-q@bN-6lK7`5Fmy2_Fd8q@j|:b84oo^`6RC?fd*3I?jIwV+?p?qOFWqOT*nVi');
define('NONCE_KEY',        'mq~Ui$H5F~^n-^-caG0ih@z&MMpqD72%}Xj}Pmcvcsr/vq-v:JFM+8lAm)U?');
define('AUTH_SALT',        ')F[dC4S+T*VAcA,sWw+-+O]P;zH+3q7MT|j]{8F-G#8%B|+_Obb9{;9Sv%S= @N(');
define('SECURE_AUTH_SALT', 'g40d`wzv_7R1v|Tc0W~(l-cN9N,IrKm7vqOg,NEzxzv1x]]{/ar|Wn|Rel-vrT^a');
define('LOGGED_IN_SALT',   'my~;jalbj_u8>Z PvOq)!$HWa6#L#Ge9_<#L95q,HF2JaSK=Ce-2OM&v~DCrFs,-');
define('NONCE_SALT',       'r?S%b+C)WGiLFCQb],7$GdLeFuTS-Yo+9UzB]g;GD$^~&f{y#UlD@5_:-IN-g,C*');


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


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://www.orim.eu' );


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


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


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


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


/* FTP */
define( 'FTP_USER', 'clinecuifk' );
define( 'FTP_PASS', '8Q8eyq&n' );
define( 'FTP_HOST', 'ftp.cluster005.ovh.net' );
define( 'FTP_SSL', false );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', true );


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