wp-config
Config chuan
<?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', 'database_name_here' ); define( 'DB_USER', 'username_here' ); define( 'DB_PASSWORD', 'password_here' ); define( 'DB_HOST', 'localhost' ); define( 'DB_CHARSET', 'utf8mb4' ); /* MySQL database table prefix. */ $table_prefix = 'wp_'; /* Authentication Unique Keys and Salts. */ define('AUTH_KEY', '^mKdW@O-]ru+6`dZakULL5r)]KBBg~egC!edjrd9/|]+[^%Zy+p91S*!kLQ^6|!8'); define('SECURE_AUTH_KEY', 'PP1F}Yac2)6|[*AH*VB`H|Rq3CO$~:YF,fpha +h+;rl2)me||5!Rqlx1&M_3IU;'); define('LOGGED_IN_KEY', 'wp?g-3.U)ak[]M+6v[O)4kMe7 >}FSOpzFY!p91ryQo,FDQ|Uly&c2l|26RK-F|]'); define('NONCE_KEY', '/$4_:JI[ICfzZXwiN=6ui1y8}NUeE PRKpFI*=f{V[3IB5 0M!dnKJ|1p/smv?R/'); define('AUTH_SALT', '[LH0e7]j vDm:gp8-([~wp$y^>i>7}U`#8N+4)zWKh!x7y!r0A>K Mr>Z|zB|C3e'); define('SECURE_AUTH_SALT', 'aHO%|%12.FC@-*$H`f1J292~|o0o=}|89LMzB+x1Nct>;RfE0:Vw>UaL8AK)lg+L'); define('LOGGED_IN_SALT', 'vd/wW8zNxe|*d>/a4@JrR^3Y{^IWC`Hc}P@}z8_}%|o`:Kn@[j8WI%^[E1JrO:+='); define('NONCE_SALT', 'BE-44Db%gGZs^fs|!4wv+O#eUEb)9Y6njygWQcT|-asHf`yMzY*~Stfu8-h&B0[Q'); /* Custom WordPress URL. */ define( 'WP_SITEURL', 'https://lixi88.live/' ); define( 'WP_HOME', 'https://lixi88.live/' ); /* Disable Post Revisions. */ define( 'WP_POST_REVISIONS', false ); /* PHP Memory */ define( 'WP_MEMORY_LIMIT', '512' ); /* WordPress Cache */ define( 'WP_CACHE', true ); /* Compression */ define( 'COMPRESS_CSS', true ); define( 'COMPRESS_SCRIPTS', true ); define( 'CONCATENATE_SCRIPTS', true ); define( 'ENFORCE_GZIP', true ); /* 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');