1 Star 0 Fork 0

Fighting/wdpress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wp-config.php 3.20 KB
一键复制 编辑 原始数据 按行查看 历史
Fighting 提交于 2023-10-19 11:55 +08:00 . dagaga
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wd.press' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', '' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'Bw&C>E9Ay]aO?1qBtSUqwSw7-)e#OC3NCWTvQ.%~.FdN$SA6o/;o3U!UzBEL([|L' );
define( 'SECURE_AUTH_KEY', '[I/V*ftY`bZ50ggAoOPESrr^GsWke^+=7$3Q_{|;T86p-K#<5BPy*R0#PzI6?-p}' );
define( 'LOGGED_IN_KEY', '&US/:3FePKr&`)aziw:^tN#T%I@F{o!wtcl[wO``5tD2@H} D5/oD/@,[=#OW!Lo' );
define( 'NONCE_KEY', 'eGrVA djO]j[zrA4q#z2.g?Is6qxN@-C+F||p$65@&n^pHkih?7c+~(e`cC1EMvZ' );
define( 'AUTH_SALT', '~]Dh?bh(rRD5(td=|/<k9ceZvX4`#Q&5hY:qWz=;[J-sZn+nyeL4o/$52s[_JK=/' );
define( 'SECURE_AUTH_SALT', '7.i9?l]I4+ZdkrM0DN!C:)?Zw3%,}}KA+n1Yj z&,T6KMyLF1!Te_O%f)pcJQge5' );
define( 'LOGGED_IN_SALT', 'M23e>+I_=D~w=$>6FS ,t(duT^pr3VPpS;2c?&MGKm LDSH]R(W]#7`3QKSg1E!h' );
define( 'NONCE_SALT', 'U`I>/zF%/`z4*,Ek~,;6-v_WVa`LG]-x+eA=bo6<%F}cxu&%~BVSbH&Z$(K}xu8p' );
/**#@-*/
/**
* 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/documentation/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';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wybs6_admin/wdpress.git
git@gitee.com:wybs6_admin/wdpress.git
wybs6_admin
wdpress
wdpress
master

搜索帮助