HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/israel-rentals/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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'israel_rentals' );

/** Database username */
define( 'DB_USER', 'root' );

/** Database password */
define( 'DB_PASSWORD', 'Leg@cy60ck5' );

/** Database hostname */
define( 'DB_HOST', '192.168.1.215' );

/** 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',         '3t^N^TCG(sg.,Uej0Tjlg<ck1+-BNrU6y *Il_2*k7p=g[|=BCM|;l0KlU&z %G#' );
define( 'SECURE_AUTH_KEY',  '}Ez{];2#KTEtlsTerA|unl}2&2nu&=gEHXxd.*M&Htt=*1^*iU;3M4KV~0:I*bt?' );
define( 'LOGGED_IN_KEY',    ']I4cf^.7h}&88uwr8{VD+zta4Tl[4xv;.?wSI)hH-B^&ahf32I#jH=]ypmw_k)g@' );
define( 'NONCE_KEY',        'h25-)w59[%D1|KlHm9??;[ciG3:~[SJl&Xq2@p5@TF@!JlYMh,scJ>7@8Kq1`DR>' );
define( 'AUTH_SALT',        'D+L:!3-BcGZ5|^2P{,QIm::#0;j5i@m?S.F+(HyLD&?)^.NkU+*}.g]Qg$.=S]t[' );
define( 'SECURE_AUTH_SALT', 'y@uT!r/:q;V&&42/<zkK$_~Lw;HKqN;+(@ch;/Z!;pa__GT)yT,vAu+/&f,;WWt5' );
define( 'LOGGED_IN_SALT',   'op>Xn?=7Y=bK/y}$U%zk$dc-nhL2.R)PpI)W`q%k%](jY%e0pjFG.Bur~I3[}JWK' );
define( 'NONCE_SALT',       '7pGdL5]!aeQ9c,-JN6Ki+SwT!L)508WP*H%{dAq_)YPn&120|W#Nb,C)0T%{9xT!' );

/**#@-*/

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);

/* 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';
define( 'FS_METHOD', 'direct');