返回
<?php //Begin Really Simple SSL key define('RSSSL_KEY', 'ImaxCL1lg377tLilSGvyLO20z1CqPTfcAqmWA1hnRKmdKkScHnur2cxmeaJrB4JU'); //END Really Simple SSL key //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL cookie settings /** * 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', 'webw9215_dbwestlake' ); /** MySQL database username */ define( 'DB_USER', 'webw9215_usrwestlake' ); /** MySQL database password */ define( 'DB_PASSWORD', '0[o]xNt%65RH' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', 'HHnmKk-$LCoPm]Dw+KvQaH7{ JPCd92Xp688jY%J`7pwK&>yrSH%0FX~KL#_<#kf' ); define( 'SECURE_AUTH_KEY', 'W_Dd+C$.8%<,^M4rz?|emkkN0x[*Z8+ToY%-yeUI>yut34*[&$cU6?QJOc;#y{*w' ); define( 'LOGGED_IN_KEY', '/+66Fhrp0E[J.2Wn.n]-#ocZMOk,{#ibxEanqh`{N(pe6+,YhkUpBc}av0*ieq,o' ); define( 'NONCE_KEY', 'MPyA;P;*m1uN1`k*(`dO$3u4A|n675~ApuU86^(?]W2EY<Y-|%UxIT1V 1r+&>4}' ); define( 'AUTH_SALT', 'JZ/SdR7;ZiI|{5:67st +V{DUaM, wRDrdjHKnTI,g0%y_6;&5<Q}bp4;:3ehBq9' ); define( 'SECURE_AUTH_SALT', 'JISw&41yRjm[DljzuU<EL-TXjoLd):hK1LT,KM*:Sa%s(dz_X289N{+8+(m?}Q+r' ); define( 'LOGGED_IN_SALT', '_wyF3/Aj4d?t4$Kk1;Qq#6[sJ.7bz>K&fgaHr!|u W7kEn~I9~[ZJGqhkZzeH]~g' ); define( 'NONCE_SALT', 'Js:vU[WY=lO_=c}w}1/H%TqPP$AZ1G,IVG(&y!$jNq>=0CN[+C6Ueznv,l~M0!+w' ); /**#@-*/ /** * 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 = 'wlag_'; /** * 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 ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';
保存