Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Lonewoof

<?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',     'wp_lonewoofrescue' );
define( 'DB_USER',     'lonewoofrescue' );
define( 'DB_PASSWORD', 'pr2fpSYorL39x7jk' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_unicode_ci' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '[rxQELu6^)HF$<|Sv?,-v=k#]/0Bf$O:tWDII8v;@%ANw -gQ_v`?`G_Z,y_<p@{');
define('SECURE_AUTH_KEY',  'v!DO9LWyq4^.s2@?nS}RNb/}}.8_]G-Jr>R=7?n,Y)%J34x^j8gbO');
define('NONCE_KEY',        'j|y|dq8)M]j+U]o>/{AqZ3TU#!jop-o}t+QIH}W}m}onD~X{Ii^q jVa]?d8kztI');
define('AUTH_SALT',        'AsHh@w]3^W+ZFiwqB(4|B@cU0|%}e?%{hOBB|%[email protected]]],[$CW41)6y12#<5zyksB h5S&pLjf|-Yk_txal/xz.:+O!Yxx');
define('NONCE_SALT',       'Bkm%).}IkD5=5V:npb2=1&;nRq 7oZ9Y^wNw.Z5h4&w:Xb$g.ZqVFlt?`8)wCC#A');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'lonewoofresucue.org' );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', 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');