| Server IP : 14.225.216.240 / Your IP : 216.73.216.26 Web Server : nginx/1.20.1 System : Linux localhost.localdomain 5.14.0-596.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 27 16:02:33 UTC 2025 x86_64 User : taidh ( 1001) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/cwd/ |
Upload File : |
<?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', 'papacafe.dev' );
/** Database username */
define( 'DB_USER', 'papacafe.vn' );
/** Database password */
define( 'DB_PASSWORD', 'papaC@fe^_^9968' );
/** 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', '#5zUf/iA};G8(l,d?9,y)RT T]<jjd|Oa#q14?Z>)>>T.@V<b8N>yg)]eu61E:.n' );
define( 'SECURE_AUTH_KEY', '5uEkr1#~/InT=5W}|MK`q=sR)h.81<+i!9rvihzC%e_V_04a-OW8)_d[3{$iB^s~' );
define( 'LOGGED_IN_KEY', 'X,(!>{vXBXiQUGKHBr:]a%wC2.{v%Nu%d`S~|uLg_Dl2w9ioL{NrC@_`U/jPV9s=' );
define( 'NONCE_KEY', 'EI_N?B8?3(Wq[VR-uQx,^89/2w/#<M~_]CM?BE1LF!LMPg^LAnsy*M7ULC4@qj|L' );
define( 'AUTH_SALT', 'JhgJ6}aZ}`x]x<i?9z.ki{Va0 7o>fNG>Ss8t)[~u?47uaeC>`<YID%E 3xV[K5`' );
define( 'SECURE_AUTH_SALT', '1G4rP.,rfIG`D(dD5~GQ_Y-iP=noc(P0[RM5tg-Sh#<>3b2(ex6Rr+/YTH7A9le2' );
define( 'LOGGED_IN_SALT', 'Wli#DM58z1cQ+Hsd?^2~e@WF_1A:y4KRqEeF;?eZIe-e)z6}|^V&U&0|Nji`bQOO' );
define( 'NONCE_SALT', 'lxR.7y40o8N/0jS[I!Kbd8jM|-hs/I6e2&u{+}jViK,$-4+13x>L?$@&%}V+l?Y)' );
/**#@-*/
/**
* 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. */
// define('WP_HOME', 'http://papacafe.vn');
// define('WP_SITEURL', 'http://papacafe.vn');
// define( 'FS_METHOD', 'direct' ); //ssh2 - direct
// define( 'FTP_BASE', __DIR__);
// define( 'FTP_CONTENT_DIR', __DIR__ . '/wp-content/' );
// define( 'FTP_PLUGIN_DIR ', __DIR__ . '/wp-content/plugins/' );
// define( 'FTP_USER', 'taidh' );
// define( 'FTP_PASS', 'evims@618^_^!' );
// define( 'FTP_HOST', '14.225.216.240:3333' );
/* 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';