Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wpconfig

<?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',     'mannenkracht-olp' );
define( 'DB_USER',     '7a8294d7b8b3' );
define( 'DB_PASSWORD', 'rjN9FG8ZKL%GNB@1SxM!5s5Vp' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'viNSZt;W8&=-}nz?)J~ *Hr/P+9$J4XMom|fN,5L5=!}mtm^Mm|<u7.jSM/eE');
define('SECURE_AUTH_KEY',  '}u$J.2KFSZOB_N_Y68[n)$awMU RETpr7Kg%)k3J+PpC;?]Q)f]8-X{kB59E%/gD');
define('LOGGED_IN_KEY',    'Qr^=UsX#:[qv,1&j@^)~KWHwtA{!20RbZHA<,l}wA(U:T#PY!Glk8$9=gS<NWuP!');
define('NONCE_KEY',        'fw#DL;{n(ShY@0Zr=]vhC5v8TGP3R<[<`Y;nE{o[2Y4|v1@) svWn-yVGo?2@1o=Gh=');
define('SECURE_AUTH_SALT', '&H~kbhAY4|Yw}LCE#R.)V/+A}sZ+&_H:5?)|,D+CaTq;,?7HPIxqY]cjPkXg;)^k');
define('LOGGED_IN_SALT',   '^|-1l|&kTuO||hRwYG#8L;?QcDF~w{R:U?u|i&LgEnggb4Y^g#U$-rH3O+>*}hc~');
define('NONCE_SALT',       'ON/0ViE,');


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


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