HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ubuntu-8gb-hel1-1 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /var/www/agighana.org/wp-config.php
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache

define( 'WP_HOME', 'https://agighana.org' );
define( 'WP_SITEURL', 'https://agighana.org');
define( 'FORCE_SSL_ADMIN', true );

/**
 * 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', "agi_website" );

/** MySQL database username */
define( 'DB_USER', "creativebibini" );

/** MySQL database password */
define( 'DB_PASSWORD', "eQxN1PIgkeXh" );

/** 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',         '(_^DC):tn7SQIgezFDxe%kKi<O1~ XC&?}Tb@z+sZoetRif3Dav$R):5L}eJ]l5>' );
define( 'SECURE_AUTH_KEY',  'O2Spav.Z/A2nD#t&tDqO_s567c]|eq6wn2|}_Yemi;:S w{f+M7S`% )_,}{8:V6' );
define( 'LOGGED_IN_KEY',    'PufoW^fvoX#(,K I^nj0[<f,u[RD0 >@nmY1RqVS;`$E?Z>B?_uw^h~yucA{{|S#' );
define( 'NONCE_KEY',        'V`Tz/}XdW M-{~gVUPll;8t-ka6Uu`y[3_YJz(<mM{7<M^pq}RER,6=,n]%;WCr{' );
define( 'AUTH_SALT',        'kNOtA0G|_wi[37ItG*p>FdD.:.k9:nd,0<nGL{d]oL?N[g]qER6e<21%Q7%afE/U' );
define( 'SECURE_AUTH_SALT', 'e6kM^Sm-9PL*dH:p$jeurE7O*o?b&D@=^w[kC-JI`Q3YZ=<N%G8H6ZUPEYetJ-NU' );
define( 'LOGGED_IN_SALT',   'QrDEmVB|(F2fw[xo94SzX&9,vBpb1g|^xWeBIB8maGKznb4fjA!2z IuBeC54%V}' );
define( 'NONCE_SALT',       '=DXb /b..}R;~2&Td2DmXM1w^ 7>#.lU&WImY27D5/H1%<m8>DG4kjU`h,O]j mk' );

/**#@-*/

/**
 * 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 = 'xzz_';

/**
 * 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_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );


/* 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';