Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp-config

jsp

<?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',     'db720108644' );
define( 'DB_USER',     'dbo720108644' );
define( 'DB_PASSWORD', 'TrashBone!123' );
define( 'DB_HOST',     'db720108644.db.1and1.com' );
define( 'DB_CHARSET',  'utf8mb4' );
define( 'DB_COLLATE',  'utf8mb4_unicode_ci' );


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


/* Authentication Unique Keys and Salts. */
/* https://api.wordpress.org/secret-key/1.1/salt/ */
define( 'AUTH_KEY',         'put your unique phrase here' );
define( 'SECURE_AUTH_KEY',  'put your unique phrase here' );
define( 'LOGGED_IN_KEY',    'put your unique phrase here' );
define( 'NONCE_KEY',        'put your unique phrase here' );
define( 'AUTH_SALT',        'put your unique phrase here' );
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
define( 'LOGGED_IN_SALT',   'put your unique phrase here' );
define( 'NONCE_SALT',       'put your unique phrase here' );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'jspdowntown.com' );
define( 'WP_HOME',        'jspdowntown.com/wordpress' );
define( 'WP_CONTENT_URL', 'jspdowntown.com/wp-content' );
define( 'UPLOADS',        'jspdowntown.com/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'jspdowntown.com/wp-content/plugins' );


/* FTP */
define( 'FTP_USER', 'u91580752' );
define( 'FTP_PASS', 'TrashBone!123' );
define( 'FTP_HOST', 'home713928414.1and1-data.host' );
define( 'FTP_SSL', true );


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