✏️ 正在编辑: wp-config.php
路径:
/var/www/yuppietech.com.br/wp-config.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?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: * * * 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', "yuppie" ); /** MySQL database username */ define( 'DB_USER', "site" ); /** MySQL database password */ define( 'DB_PASSWORD', "P#Qfp#fyyJapAkh" ); /** 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', '{fl`)5@gK8uQp73/azc&(aRJ9spR sRCve`2TtoVVMR=+gM2lE6e^# X<JUy*KBO' ); # #define( 'SECURE_AUTH_KEY', ']Qj}/|KAetv<FczS6=W]eLjbdH[BDf1e7hHn<N;<DE7sL/8t6)Z5/^RgHviVY@2=' ); # #define( 'LOGGED_IN_KEY', 'WUj1S=c3BMF.]Ei[d45z4d!sOJQm>>{`Y`PJL3[yXn,q:PPf3t+bgz >s1}ccg$u' ); # #define( 'NONCE_KEY', '(`k<a6QZ*Sx&H@<IwZ-|xOFeBSGhTt1(u+M5k~n1i<7FR#~i_kW63=LV9ijgP ,o' ); # #define( 'AUTH_SALT', 'T@!7d]H}oe/W@qw0BGp0crW@at@C]XBDJc(#e{TTw5|$b#Ldc-x#;ns#{|38Xl=o' ); # #define( 'SECURE_AUTH_SALT', 'e;wT2ufsT_[ST0<vF@b@l3GA75)r?L7qzN<ML[29 ]vCxBLR,]<bK,Xj_^xWMr}p' ); # #define( 'LOGGED_IN_SALT', 'Dz!>dWU5Ye+E)b:/b;V+b:N)b/|->Gfu=tvu^Ot+CtgW}cH~:FN6!vQXc2r+p2>L' ); # #define( 'NONCE_SALT', 'jFbmJ8xqrD;Q8uj*dP#!h~9@|83yRK$IYiV>aLeh>rFdT9=hYGSzS^$F!Y~);w?}' ); define('AUTH_KEY', '&*g:~Db./NIWC{1&JR=-tmj~TLWP3U^/-_pW27b.e&wai)-MjnBk(/eihhR#Ag2='); define('SECURE_AUTH_KEY', '9F@*XO/+ON+$G|],tiT mH {^Oft!lmFAyL.]IU}@e:c{[ $*cz,`8r6r=L)JVdO'); define('LOGGED_IN_KEY', 'Bt#!,2^)#%gJf*k@Db9-~3+.3%JqG_geJhUKi4#]v[~=f^(g3|B}D?|q@6`jXA^L'); define('NONCE_KEY', '@P(7jL9v,G|U_Vru&*DPeT9>L9_3GVO5^E{U#;X-|-|wg5PC3A?hjx>0}|2JiuXu'); define('AUTH_SALT', 'RM-G[|ZBsO_$t>D}Mm:cAbOMM(`RQy6~hQV>O?`bbHBpcu`a_a`#ORdh}bm=y@5@'); define('SECURE_AUTH_SALT', '.@R=tO-^hi.6ATRfnC@ Ac<8M~Psz@MKry{w(%BR%Rk{#>-c0D-Y$N{1}-VlR]$4'); define('LOGGED_IN_SALT', 'xk+`UxnC<7>CGD=QLQ|A](plmcU`c@|pLMIW&^_$I;rmzi]G#Pd.Zin4Z+^aNd_;'); define('NONCE_SALT', 'Bvr)#`4S-9#=%=3x$2||=(F4Da.CC-+CBn}xQ+OL0QCei?+`SA!;r1o9,sH3y+ g'); /**#@-*/ /** * 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/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); #define( 'WP_DEBUG_DISPLAY', true ); #define( 'WP_DEBUG_LOG', true ); #define( 'SCRIPT_DEBUG', true ); define( 'WP_MEMORY_LIMIT', '512M' ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } define( 'DISALLOW_FILE_EDIT', true ); /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';
💾 保存文件
← 返回文件管理器