✏️ 正在编辑: wp-config.php
路径:
/home/eldalyfu/public_html/wp-config.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php define('WP_CACHE', true); // WP-Optimize Cache /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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', "eldalyfu_db" ); /** Database username */ define( 'DB_USER', "eldalyfu_eldalyfu" ); /** Database password */ define( 'DB_PASSWORD', "ibN~=5MIY.{u" ); /** Database 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', 'r7Dh:P,$)v#EMo32X|Bz|hnA9+,{Kf&H,z24B-}}x1I5c4$*kfXHkA/D~.Uf@f^,' ); define( 'SECURE_AUTH_KEY', 'T,dpNRVDF>JIAvC)rUX5=`;G(JB](l3zFMj2.wPxI11NZm3@$QxGV8GRO}?k`>Yb' ); define( 'LOGGED_IN_KEY', '|LP u)MhW6EBTyhh?NIHS:Uj$o2IUmTJEaIwqVNtgvt[walsJ:xHQ7<krHNrYL=C' ); define( 'NONCE_KEY', ',Ij%:ku{f6u>fr#D7Qq_)8^6zSQO$51~^5i!.ULfqHn$t;;mU_y2a!%t`Fe(0p@U' ); define( 'AUTH_SALT', 'z0pze{RjDX$fzEQOaJ([dh{Et>:zUq0zs+Y*>BIYfJ(1IdP{o}#*fms+xTa&:m+u' ); define( 'SECURE_AUTH_SALT', 'Z:7I&8l7_OZJxUyZVt}EI:{J>#Ny%cj]uUJ%=19*E;~j?(DP,~K(i76T15c4349{' ); define( 'LOGGED_IN_SALT', '=1C$^^zbZ$n g4,h$ 7?]~{5]bl.t;5983vexX:@l]J0Uw+:BDE.KuQUkt$.ncwv' ); define( 'NONCE_SALT', 'wF4^~7[FfZ&fq+#$2o:_znDA^l^9Mwm0ch<zA]-vzYQa]76R)EZD9 [EG:{wPyB]' ); /**#@-*/ /** * 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 = 'up_'; /** * 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';
💾 保存文件
← 返回文件管理器