Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tetofedo

tetofedo

<?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',     'database_name_here' );
define( 'DB_USER',     'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '-;PT4XWU[MaOr4_-j4~qGA Jn|__pAH=&t+)E>H3J;Z#!JXa|}BtLu+[NGIF@asFyrWY2]4t)}4Y4/).)vW|QvIhb46Ii&q5(ZC6+69yqaa6GGVPyq/ajI+(');
define('NONCE_KEY',        'zBfg|[|#wF~e!dN_B-tC+{~>|81oL&ICrDo_0s0qFr <wgkiJn%Obp0,1[g4UQr?');
define('AUTH_SALT',        ')q-T*iX/p&%0hA7+;=Xk|ZA)zZhS|vIFtPQOdo)]dx');
define('SECURE_AUTH_SALT', 'j>44 #p$>PdS$RtOVo/!7ukFSy6b{EY5B`hqau`!6jf/I8&*z$JY(W#Tl`Lkq(=+');
define('LOGGED_IN_SALT',   '@vgj.6vB4?:6#$[a&JElZMQ|_qtcV, tGx-0A/iO!DsQz,,7!tRHR]xh*23$yz]r');
define('NONCE_SALT',       'zOqc9Bj/q`Z]{e!yqKa|IZu1j] {{S/o|}2KgeS_`YFAG db4]~%-B%P8`c`|rkd');


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


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://acsmester.eu' );
define( 'WP_HOME',        'http://acsmester.eu/' );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         true );
define( 'WP_DEBUG_LOG',     true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SCRIPT_DEBUG',     true );
define( 'SAVEQUERIES',      false );


/* FTP */
define( 'FTP_USER', 'ftp_user' );
define( 'FTP_PASS', 'ftp_pass' );
define( 'FTP_HOST', 'ftp_host' );
define( 'FTP_SSL', false );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', false );
define( 'DISALLOW_FILE_MODS', true );
define( 'DISALLOW_FILE_EDIT', true );


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