| Server IP : 167.99.224.18 / Your IP : 216.73.216.136 Web Server : Apache/2.4.41 (Ubuntu) System : Linux wordpress-ubuntu-s-1vcpu-1gb-nyc1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.0.25 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/ |
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:
*
* * 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', 'wordpress' );
/** MySQL database username */
define( 'DB_USER', 'wordpress' );
/** MySQL database password */
define( 'DB_PASSWORD', '9c4a33e253457aa55efe08d1525beb970ba789dcadefb378' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', 't *bQ~dp;0Z$)]^/?d`9_,ssnfSVO3@)@]zF`L</E>ONN/ycgfHiE-i$o=&w*OZH' );
define( 'SECURE_AUTH_KEY', 'D4|mC!5^%`GZ2KD`RnmJ7Y!FO,`};X{nEcX-L/TB&%KV4.`xeOV65B7}ZU<E!f$t' );
define( 'LOGGED_IN_KEY', '^LwGiZ?.]6y#|Q_(at:iA*~Nt,u55UFL2lX;K{!n }V$B{JX%JP7{9U[_8:=tD:{' );
define( 'NONCE_KEY', 'S_MI]m2s<p9=Zl;:dr70sc[s,jMf*k3KVdf~?7Ra>n(a`/@puqmtjZ`]B//DZg<;' );
define( 'AUTH_SALT', 'HNtRwnizHVkI^iX]]U|F)?PhWfeg6ykAYNZ.@*w@w<KmnFB9^{I5uvWC/f;H7r4|' );
define( 'SECURE_AUTH_SALT', 'hg0?L^{cCU4f,N*>c0JLptw;FUmwx9.J(Bm*5:6:X~$.d|]9eAu)[U~tJZ}k@Hoc' );
define( 'LOGGED_IN_SALT', 'U!XSUM& yvLvd&Y6`.qNOm58sw$eG+:EM]T%iHNIo$%cA0~Ta6LIku9n2Eft[Gg|' );
define( 'NONCE_SALT', 'CdHOBr`#jL+0u(/yLgd,MdJ4+-Io.qe!:4qKr?1K!DISTuB%6AvL$[J&}F,ywGvt' );
/**#@-*/
/**
* 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', true);
define( 'MATOMO_DEBUG', true );
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_REPAIR', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
/* 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';