Server : nginx/1.18.0 System : Linux wordpress-ubuntu-s-1vcpu-1gb-fra1-01 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.33 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, Directory : /var/www/connect/ |
<?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', 'wordpress' );
/** Database username */
define( 'DB_USER', 'wordpress' );
/** Database password */
define( 'DB_PASSWORD', 'wordpress_connect' );
/** Database 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', '' );
/* That's all, stop editing! */
define('FS_METHOD', 'direct');
/**#@+
* 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', 'qO:8s4<Xz9;!+wpZ+c@.S_9dO ^C?}JT^H*dR{lFXb;[9smroeRmkaNj)uNV4^M6' );
define( 'SECURE_AUTH_KEY', '6df9B[Voidm@}ybC2;A0(knHN<3^m.[2x]sqJGoY6}*FCB$@ra09Is)KMfl&)[1y' );
define( 'LOGGED_IN_KEY', '}Yte]~=2->J![`hH}?b^~umIJgJKn$W+`O<jk1l=jZXNb%g]4N=-:Ryt0udnV-38' );
define( 'NONCE_KEY', ')YNfmoPQO|c1l5k&Ec .VQ&0!(;><&E9&}b3zW$>5C7Z;28u*1 _(Cpl;p%-9=KF' );
define( 'AUTH_SALT', 'Mu13&ERA%fz`8~t`6@ckvEW-8Y53G!V!p1|at&_gUK9Ux?b|A+|Bk4lZKTko~}1 ' );
define( 'SECURE_AUTH_SALT', 'e8nDZ}7584qRcwC/h,`b1}/>1YN`Tg|FR2Jc`~>;7HY:9k[wm6 F| e#2,Ae1GFQ' );
define( 'LOGGED_IN_SALT', '-/mwAu$Mh9H@Tp8{5FY{%j0Q9n/wSbZ:ZK4? RUgdq;we4h950[8fRs/([[AE.H=' );
define( 'NONCE_SALT', 'XV/#.njB$mPsj^>zFZ@>/E#<ItSn)jg9M:7waoxvN;prc$Xc:6(o9--8{&V`K@k6' );
/**#@-*/
/**
* 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 );
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
@ini_set('display_errors', 1);
define('WP_HOME', 'https://connect-entr.com');
define('WP_SITEURL', 'https://connect-entr.com');
define('WP_MEMORY_LIMIT', '256M');
/* 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';