File: /var/rgs/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( 'DB_NAME', 'brandtw4_riara' );
/** MySQL database username */
define( 'DB_USER', 'riara2' );
/** MySQL database password */
define( 'DB_PASSWORD', 'LjHBm7G5b6pPMoo' );
/** 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', 'ko9J^[w>eTP!lvHk#Hj,9C-oj}y1|P(=KM$qsN/VoT2PWk<(SvThvTJbM}4inWRV' );
define( 'SECURE_AUTH_KEY', 'QBdl]R9M.jm;6L>SAC$T5&xtr`[3>Ot^;a!8Er{S;YH7VC@IH2QHLMpKBRq[D8Xi' );
define( 'LOGGED_IN_KEY', 'd&3y>aa#Lh[@S;_Y4R]d*b7sNwke<7eR/B 3Q]fXIf<- M;d(+#1Mq<0r&)5+NRe' );
define( 'NONCE_KEY', 'W]?ODIfRFvA^?W}H3Kg-|lvCD0q_0u.@S7|+Y7r7.1e#/RHKOB7hllF.4T5mOx#m' );
define( 'AUTH_SALT', '+!o30mYBy v;Lh<?Bdkw%D=Hpne2&KcRK)$~ *Q2 BHjWElZJcfYh{dBa_))9p$&' );
define( 'SECURE_AUTH_SALT', '|zkU]=0vCn5Q1i.F50On9?,JF{.sfap=sOp)(WwHN+Cc`%)M_.e}g9rNq-F)P#}z' );
define( 'LOGGED_IN_SALT', '2Blx7evqkcE(k#wX~?)Px0bYAq2uy.1ZH#+Fzh4d?n/Gs>qM]P6eLMHk&w^`n~dN' );
define( 'NONCE_SALT', 'z_A+gEQV>cs|:r[IRiO%`VH]n8_<U^;4%7pxaJU+Bg(4G*-:-+)vG|HlO.ex+_ A' );
/**#@-*/
/**
* 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', true );
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
@ini_set('display_errors', 1);
define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* 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('FORCE_SSL_ADMIN', true);
define('WP_HOME', 'https://riaraschools.ac.ke/');
define('WP_SITEURL', 'https://riaraschools.ac.ke/');