HEX
Server: Apache/2.4.62 (Rocky Linux) mod_wsgi/4.7.1 Python/3.9
System: Linux rocky9-www 5.14.0-427.18.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 27 16:35:12 UTC 2024 x86_64
User: apache (48)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: /var/www/html/Judokai.net/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
 */

define( 'WP_MEMORY_LIMIT', '256M' );

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

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

/** MySQL database password */
/* define( 'DB_PASSWORD', 'StopTheSteal2020!' ); */
define( 'DB_PASSWORD', 'ee432901b02b00d8e916' );


/** MySQL hostname */
/* define( 'DB_HOST', 'localhost' ); */
/* define( 'DB_HOST', '10.0.0.6' ); */   /* Drobo */
/* define( 'DB_HOST', '10.10.0.3' ); */   /* Server 1 */
define( 'DB_HOST', 'localhost' );  


/** Database Charset to use in creating database tables. */
/* define( 'DB_CHARSET', 'utf8mb4' ); */
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',         'bxg9?,34FXW#RCz(?5(i ^V:Ye/C>RWxA,J;Ui$FY=IHd/xp#{u#Ws<~/1`^J>:S' );
define( 'SECURE_AUTH_KEY',  '_KFu_z,t8Dy?oG[~{mOcU)gC.oe6?I,~vJ$1=6B#%`[fI(J%uP1UPs_N.}_5u|AD' );
define( 'LOGGED_IN_KEY',    'B=A~(eDke:&aQPv:`NP8Q,]?ZINl.=B``.c-GZtzOr)xmnT0DeDFOWf*{3`2#owU' );
define( 'NONCE_KEY',        'UDDdlJZY,xRS5v`g{!QrNB.K6vy3]b#R3A0[FI;.qq GKx_g!nYxGI~aG8Dvue2!' );
define( 'AUTH_SALT',        '_^e97-K@zdxk}$h|4BolUH9zU82 ^37k`y[xes]/F]?mzf#n 2dU,6r^IwOGHZP_' );
define( 'SECURE_AUTH_SALT', 'G7z@NZQoSG6,BXNNHXsy}05s5OW{8[BJz:9?^G|&T@:;*_ldyO]%lj^aGel^-]G,' );
define( 'LOGGED_IN_SALT',   'mZ42tl7l8S?:b4{x^2E=3bIehN?geW.`o&<6SvRNQ6i/e8mio r}aL?+xJS+>3+v' );
define( 'NONCE_SALT',       '4O(WH$PrXw b6:#3)nO_q$~+@,w2.lwa=QBSDqH(`GzU:;V/xLa=yN:C`$g)BO=T' );

/**#@-*/

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

/**
 * 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_ALLOW_REPAIR', true);

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