Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

dutablog

<?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',     'dutablog' );
define( 'DB_USER',     'dutablog' );
define( 'DB_PASSWORD', 'Mifs3UCJIDpN4L1t' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_general_ci' );


/* MySQL database table prefix. */
$table_prefix = '2r98_';
define( 'CUSTOM_USER_TABLE',      $table_prefix . 'anggota' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'anggotameta' );


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'HcqQ[9_<n3-b.nD40r+4@!fbh7I~5$dd;K:%l|7_EfZ=QaLu(#51),K.=PM=Hs=#*QaK(');
define('LOGGED_IN_KEY',    '}EEU+Wvi}gPXdZ;$X|,~Z2G?*i~B5^=-8-su?b61DwL|kH8MOn.]&|_5{D5Eu+N');
define('AUTH_SALT',        '_hYeZ|N0# ^JHmURr%w0Exa~V.g3$/1S=yxSf?N3~A|xQ>CSF-:M+F:1u*HPzU^=N,Ws371cHY::.u^>uC.xQ+cR&JWa~o6Yn_&juBY0,^*H)F,OtU|~&[!8[{Q-+/-b#X}CfmTjoo^}~)mRs4^v[');
define('NONCE_SALT',       'E|Q/KLoBlGe$/_oKB0.-c%#mdA');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


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


/* Custom WordPress URL. */
define( 'WP_CONTENT_URL', 'assets' );


/* Media Trash. */
define( 'MEDIA_TRASH', true );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', true );


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