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/kollect/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', 'kollect' );

/** 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',         'rISDCLctV p/>K;$iWj!=S/z:+]q4+3SCoLQta+4F/7JmC2_ c5N?PHwYfkUmCGe' );
define( 'SECURE_AUTH_KEY',  'hm1sY*>xez,2G%HNiMgv][1Ao;kZ[`}b6>`l27RP@Q(RVk,8<uXOH(l`TIQ8*,Y-' );
define( 'LOGGED_IN_KEY',    'cdb)(*>L&n_1taS1.ZvB?i)X<>) F0:29h($Z<qKSBV?2N#Wy:}n4f{_zo%Gb>!g' );
define( 'NONCE_KEY',        'c[<FbLJnu2i|(~U5wB5lY^%~F hd^15JjF.Z<=<>kipKi{gDww~3oV=2wxbowX<:' );
define( 'AUTH_SALT',        'ZQT~hnmC.V!Vb,j{p!8ZU{#FoFbX0VX$E^|U7_2Y+p/&KLEs{vZc@dGHt)X~pr,`' );
define( 'SECURE_AUTH_SALT', '3Sga)}+Av.Xd~2n%.&N$NFG%MrYA$|G.j,+$Xc;.E<$*t,Z%|SV t8J{/@Ah+(DD' );
define( 'LOGGED_IN_SALT',   'Z:rL(Q;DE+#JZV][0im8agiPe{Lrjf`X?X/Z8I;[4Ak q4tu.-77[m<2zrs,<Bk2' );
define( 'NONCE_SALT',       'WcWhOv/;y, ;L/ki2pwre99}vW1[hJ7l658.H4s=E{eqQq1f,xHD%}R#|%MPEYd?' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$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', 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__ . '/' );
}
define( 'FS_METHOD', 'direct');
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';