/
home
/
lestari
/
public_html
/
Upload File
HOME
<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the * installation. You don't have to use the web site, you can * copy this file to "wp-config.php" and fill in the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'lestari_yahudd' ); /** MySQL database username */ define( 'DB_USER', 'lestari_coco' ); /** MySQL database password */ define( 'DB_PASSWORD', 'P3K?WHwtZ^ea' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The Database Collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', 'QGEJy(oJ[+OK6i(r{+g0e4f}j&+qc|piYOIjRv9X+8%+@G;[L3y.Eazt-k+6dFHC'); define('SECURE_AUTH_KEY', 'n|f%^dOb@E X`O:-$bQZs|dDC)9lp*utf&1yzv%fQ8tv>pZs2lBD&:P-4]d5D42,'); define('LOGGED_IN_KEY', 'M>bP*x|?^_ Eoi^}>t3[&Y}>kW55BETiAcOSe7yc|uS1|KgZf7A(/1en+B-wR<^,'); define('NONCE_KEY', '3XWOBojS_PuCrRI0m5ClU4hC6o)H6y+!ujk!JfIVuDTDrUE,=<I+R2mwH!c}J-@V'); define('AUTH_SALT', '<I$U7Io::~tW+u~+:[u#1K$X;?r@Bj{I#D%gXnu3{-N`*j{~J,./EnGz5N?O VEL'); define('SECURE_AUTH_SALT', '6]^9sa+j]EsD @Q)tu8fuG{wN0Cw?/97%zVxZ-P+Bo=+VDAvOm7SbV/k5yXtnGgl'); define('LOGGED_IN_SALT', '!E_,Kw*1J!W8a3fLA;skqU-5x,$Ld|/Jc85D+1:()!#@:x4da|r70h1Z5XM)Zd?='); define('NONCE_SALT', 'xE.jSzid!9XuYzM#IJGMr+o**LxqURps8gUmBp3?UQ<x^O5iLWVMT5.CnTQ1b#j5'); /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); define('FORCE_SSL_ADMIN', true); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';