wp-config.php
<?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', 'gumdrop2939149' );
define( 'DB_USER', 'atrociousmartine' );
define( 'DB_PASSWORD', 'jiU1D5=ijF~XM)M2' );
define( 'DB_HOST', 'nosmudgingaroundinvoic20417.domaincommysql.com' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'DB_COLLATE', '''' );
/* MySQL database table prefix. */
$table_prefix = '00CqYw8M_';
define( 'CUSTOM_USER_TABLE', $table_prefix . 'crm_user' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'crm_usermeta' );
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', '=CLXEf65/n:pA&7Z#RXHCCK=-xA6R !]:fMlnw7%TxkUVz/>FW[g+1L[61 P^O+;');
define('SECURE_AUTH_KEY', '=%uB=+rEbF3ef@;Wr|u((VGbEOUgmG*|/@1Dl #r&4CcXs/4*JY!YibZbaSJ=D2U');
define('LOGGED_IN_KEY', ']u&)Kyu<2C%mEnTDt6*3j+D}OUDk5YO3l;{+n[]g**P +5h+uMPiB Ky$cQQKi[,');
define('NONCE_KEY', 'UL|@n_/X<L]pm&|B&w@QA;lUEsVavUXonkS1pzxRDpZHDX-476h!O<[z Zy1r?n0');
define('AUTH_SALT', '3tuNuz<Fnv,_B^$y1l$/O8$CY`GJdBeIDK5z+q~Cj/+{]S7z-Lf,/6lpX|I%^$~Lk@gTLx(A%Vi|TOd]T631<<rr.+LW7qTh|(9= /{W=.');
define('LOGGED_IN_SALT', 'EE+/$aMr,Cx}?xw)d$3Z2v{anfAW(g9X__L|$+|or2UOe~!B*pbV@2j<{N)F8%uZ');
define('NONCE_SALT', 'wPm;mFd(H|(v7jSF,9zW.O35c!wR#CM|XD4d)%3!+hrvf3T(a$y;OF5O{<Xtaqx-');
/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'https://nosmudgingaround.com/' );
define( 'WP_HOME', 'https://nosmudgingaround.com/' );
define( 'WP_CONTENT_URL', 'https://nosmudgingaround.com/wp-content' );
define( 'UPLOADS', 'https://nosmudgingaround.com/wp-content/uploads' );
define( 'WP_PLUGIN_URL', 'https://nosmudgingaround.com/wp-content/plugins' );
define( 'COOKIE_DOMAIN', 'cooki.nosmudgingaround.com' );
/* Specify maximum number of Revisions. */
define( 'WP_POST_REVISIONS', '6' );
/* Media Trash. */
define( 'MEDIA_TRASH', true );
/* Trash Days. */
define( 'EMPTY_TRASH_DAYS', '14' );
/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );
/* WordPress debug mode for developers. */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG', true );
define( 'SAVEQUERIES', true );
/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '512M' );
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', 'nosmudgingaroundinvoic20417' );
define( 'FTP_PASS', '8Xrx9WtWdp4RmdGhqAnk!' );
define( 'FTP_HOST', 'ftp.nosmudgingaround.com' );
/* CRON */
define( 'DISABLE_WP_CRON', 'true' );
define( 'ALTERNATE_WP_CRON', 'true' );
define( 'WP_CRON_LOCK_TIMEOUT', 3000 );
/* Updates */
define( 'WP_AUTO_UPDATE_CORE', true );
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');