File: /home/roshanchandy/public_html/petiva/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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_b94ss' );
/** Database username */
define( 'DB_USER', 'wp_dgnkz' );
/** Database password */
define( 'DB_PASSWORD', '_!*wN~03JWZWo982' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** Database charset to use in creating database tables. */
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', 'MV_]OJ+lS[:m-2C1/75i/QTO9:9!T!~ZDtm:3mQ0m00oG7b[7k)rvQa9Td(N!@in');
define('SECURE_AUTH_KEY', 'Sq*R5z%|om51#Rhx2j5m0q1/|oP(*2/l_l4HA_6)A/T&3[4;o2oflZ%t3&G:TAtX');
define('LOGGED_IN_KEY', 'Y9wl6!q23#H*92eK[|~mX642wBz82f40dIs5159Wn0YBN&7X87U7d3jW/2%#em_G');
define('NONCE_KEY', '4/9v~wc~N3i44QOp8v3Sia4hPeA5T68+QZk%2R:5|E6m7[b8YB7dO6|&Id[Q_)%K');
define('AUTH_SALT', '9ZN:M7J)kPGztq8L9&UY5;tSK0C()zR;+9d6ana)@|JH4CS_F%Lr6N4C2BW3a&h8');
define('SECURE_AUTH_SALT', 'q_-U58UK1]v#sc27b:RL~hm5_MrLHDn1|yYu-Cn4os|h|53h80:i&/43mxnt+666');
define('LOGGED_IN_SALT', 'aq%;~!39LO_DQ88;%C|7/-(!~4X1#91nC;yP(F]55m2vAk_8~+8:rRD[+5(%c1mY');
define('NONCE_SALT', 'hP~W(N0Td2-4W~Lw9bV5o04n7B+|MD9D(Kr&q68*d@hBA!#R37Xa)o7:2k+x0264');
/**#@-*/
/**
* 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 = 'CdYH8_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', 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';