Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

www.terratanques.com.br

Comércio e Indústria de tanques diversos em aço inox

<?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',     'hkgtcfh' );
define( 'DB_USER',     '8tfdesm' );
define( 'DB_PASSWORD', '}guiy6UYF38UV*%$-a9346' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_general_ci' );


/* MySQL database table prefix. */
$table_prefix = 'jhtyd7_';
define( 'CUSTOM_USER_TABLE',      $table_prefix . 'wp_user' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'wp_usermeta' );


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'F+Nj,:FNotAO{p.{)KFco3Bg0OtfB/9F<:xrARU|xHC4GPyD@<[U2X({*&ZUj)PB');
define('SECURE_AUTH_KEY',  'i{_$g1K=uXGfGo@~7wtHTe1XrPl:ga[?[r_-<$9T)sD-:FaPd^G.EB<^ex*SU]gQ[q9=kfncC},-#3*JRPlj|7,OOn1 8{:b-| CPtS}~hpX|_;9=Tw');
define('NONCE_KEY',        '+mRf1f]=r5BHK[r|Kl|r }yS3#f[I+_fVl!l,-T<SIu-Yu&_D$sES%u(~rE.IAPy');
define('AUTH_SALT',        's}%]|');
define('SECURE_AUTH_SALT', ':qi8pz8%[QyKiOAu4QbqB!kvDNG4aw,++vq+]@Q.Qa69Q2m/3|6o4gcdKs!)cJ7n');
define('LOGGED_IN_SALT',   'E,df-@y>#1W65ArYN#Ivi|r90vivXMDn)ZX]Vrp}#|7&6-k Yjdf5G3))8`79vY[');
define('NONCE_SALT',       '7rt-8pdG<Y3Z?Rfn5y_J}.tvHDH.[p6?=mYNE(_:pmbD+');


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


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://www.terratanques.com.br/novosite' );
define( 'WP_HOME',        'http://www.terratanques.com.br/novosite' );
define( 'WP_CONTENT_URL', 'http://www.terratanques.com.br/novosite/wp-content' );
define( 'UPLOADS',        'http://www.terratanques.com.br/novosite/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'http://www.terratanques.com.br/novosite/wp-content/plugins' );
define( 'COOKIE_DOMAIN',  'http://www.terratanques.com.br/novosite' );


/* Disable Post Revisions. */
define( 'WP_POST_REVISIONS', false );
/* Media Trash. */
define( 'MEDIA_TRASH', true );


/* 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', '128' );
define( 'WP_MAX_MEMORY_LIMIT', '256' );


/* 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', '8tfdesm' );
define( 'FTP_PASS', '}guiy6UYF38UV*%$-a9346' );
define( 'FTP_HOST', 'localhost' );


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