File: /home/primrwxj/ideainitself.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:
*
* * 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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/primrwxj/ideainitself.com/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'primrwxj_wp92' );
/** MySQL database username */
define( 'DB_USER', 'primrwxj_wp92' );
/** MySQL database password */
define( 'DB_PASSWORD', '[.t.B43Sx4p@1D' );
/** 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', 'g 7$:5n5BiZ?KChdT,-:o$qy0!n4C`06c(Rd%z>R)6q~!YQXl49sjxGQ<fuA>U h');
define('SECURE_AUTH_KEY', 'q|{e}|eTw_u^_?[ub+;R6Sx,6u=((vv@d|V7ND(75&]Cp-4B7W90G =DoZwRmDp*');
define('LOGGED_IN_KEY', ' NQ&5-SK{hw(DAT*r3NG=v>]X/h8}i{T|K1N*++@:K<aIw14iWSQO^]S`-[-[{L-');
define('NONCE_KEY', '9#R6m Pm .d/wpw]48AQA?Nc&STZIr7iM w-A(r53t* E:B&kY9aP,;7S|`P:O*p');
define('AUTH_SALT', 'wwLq(y$0l_s4f,gEu.j.0O4@UI2yc|3*(UqP]USFmhEu.{=}(iKo%nLF|O8[W07A');
define('SECURE_AUTH_SALT', '1u1J{$ZU[+|1>&A-|4o<:wac)hhkj9)Be5qT.2l7-q@RAxI/[jdw*;Zm1L+b}_e8');
define('LOGGED_IN_SALT', 'B~QsNSvYB/)Ek BW(E}@xw3uhX{B!n?jw#$;o-gH}:xxAA@+:T/d/XHu2&+3b#R}');
define('NONCE_SALT', 'kcr5WY+]6jpXd[):`&I :;+;,hputP=}B4TlQd*!-m_,>Y]-wFpL^XKT5GFORUN9');
/**#@-*/
/**
* 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 = 'wp41_';
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
define('CONCATENATE_SCRIPTS', false);
/* 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('DISALLOW_FILE_EDIT', true);