返回
<?php //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_dbansr' ); /** MySQL database username */ define( 'DB_USER', 'webw9215_ansr' ); /** MySQL database password */ define( 'DB_PASSWORD', 'c%A_6z=-ry2}' ); /** 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', 'cJ~1tIkQP=JrEmR4/!`<*NRj@1;Wj3o)i4d%~&7vvB%17URf~YEvtO$sZE%]G3#q' ); define( 'SECURE_AUTH_KEY', 'A:EoP8;sbojUyB0dA_R[bBuUbqONn,-QWd@40:5RFEE/a|93/W)oJv8Y8iEQOoT=' ); define( 'LOGGED_IN_KEY', 'WV)Ud@^JA)!} :3gkv:#(Hpol?Z+RFP=+r1v3(8Tw$Kf~!;q{;98i|HyQzQw%$wO' ); define( 'NONCE_KEY', 'Oe+K{>noIs;daLV%:Bn3Niu0VeawvNHME 56hSnwLiKA{MFz#,K,:L@pJ^U%4dq[' ); define( 'AUTH_SALT', '}p1U`o8w(K]&=1-#v)bQDkdF|_S|u6L?;D^!3/$nk1mG1r5Fy+F+#xSSK3>3rq1c' ); define( 'SECURE_AUTH_SALT', 'l.cALkMCtd;<~[LS|;{9n(H1b[PQ*2=lZpV>73TAv^Z8uLI585UD?!m|!?yj($iv' ); define( 'LOGGED_IN_SALT', 'Y,f!<`RD!>puBi6jND`R$E0IWea{wR#O#[a7j^8RZ!!88Iwn.9rzA>V<6y0(}UJC' ); define( 'NONCE_SALT', 'nrEk0EXz5=q wOs3eENXeW~r:A(9bZRDu /+Gb7m^*Efp^7jO6~&H$;h#]f%%M1^' ); /**#@-*/ /** * 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 = 'ansr_'; /** * 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';
保存