返回
<?php //Begin Really Simple Security key define('RSSSL_KEY', '9Yu63Rqy4sLQGDSs352DzkSiOopr7RHLKXfvhUcsgZPFyjkhnhF2R9lDxafoAg55'); //END Really Simple Security 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_dbpallet' ); /** MySQL database username */ define( 'DB_USER', 'webw9215_usrpallet' ); /** MySQL database password */ define( 'DB_PASSWORD', '^Ny62DWRmLt2' ); /** 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', 'm1~8wCgN0C^9CTL035kC!&malEXvCacSP:m5&|5nbYhtYuzG4.Yh)5l>]p^Ag({!' ); define( 'SECURE_AUTH_KEY', 'J-2:vE9Ny$yyY+ZC`!QfE%kqmO6s^^-3I*T?+T+Qw@ekh@x&wY:B&0He#;}1DY!-' ); define( 'LOGGED_IN_KEY', 'Rn#Pw,Nd29&xUUVVd_m58@`hXe&62$sJAh),?3KK[Z9Y?^K-,9EVd4INjw{eNDd ' ); define( 'NONCE_KEY', 'U6R5g((lb2D+ZS;ExP_(-^Yx(uQ6V0cLJSbrM0W!s:+AkT4EX`3h#]%dmgbV 51W' ); define( 'AUTH_SALT', 'R@lV[1h? ,>&45Z)4-3T?w[ &_6v^z_W{tB Cd1w*h@%rW,93YwT80rsIJeot^m ' ); define( 'SECURE_AUTH_SALT', '??.*VV)(oSelD8VFbVx M%JM]8wi.msXbCj8l1$(Ar_5tt25OHaJ(>:-&zsfqk}g' ); define( 'LOGGED_IN_SALT', '/N_5BmjOIh7u<mR~ L/+Paer#MpGQ^ssqybq+;r$7|;-+D&dt5n/[c]LU)(0V$GO' ); define( 'NONCE_SALT', '^ySbzaNHY8FV{v edQ*SHY2d(VcIT*vRb<0?x(s`h-H_aL.X5J&.mqbsBTtZ@hmy' ); /**#@-*/ /** * 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 = 'lvl_'; /** * 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';
保存