File: /home/petsclubcc/kallel/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', 'petsclubcc1' );
/** MySQL database username */
define( 'DB_USER', 'petsclubcc1' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Zdiri130494' );
/** MySQL hostname */
define( 'DB_HOST', 'petsclubcc1.mysql.db' );
/** 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', 'PtgnLOFv-eub?x:E@wg`]bM,Fv%aabHZ~S,/#K-D`$Eof.hPO8TA.1R.:/k9:SFx' );
define( 'SECURE_AUTH_KEY', 'D#=9i2go`<i~PBR8|!6AOw++VRq/{gb%)X~_SX9=;m{K7*5m<H7de1|w%{<O A7 ' );
define( 'LOGGED_IN_KEY', 'I^d>lBEa3Q72.l=(&6^/?5+^)/0TPk;LGZi2~>2#kpe_muP9ir*gJziO9HMxa9G}' );
define( 'NONCE_KEY', 'YgR?q`^x,!t7~%Hr}![46yvZOxR~~MIi>NQ%P+H}ZITc[he8~QrcppQu|Wz,%n($' );
define( 'AUTH_SALT', ']<[T(r0jw;(wB%dB)Rj|vZW1C8PN-qIUqNdW>mjP]oumPJjqvI/[=bbT5xv5mh2W' );
define( 'SECURE_AUTH_SALT', 'n[REsiA1(AAXZ:GL=[FG|FD3WQ)e6Y(oew64(S4<z9EMo/&s{5cpa_vN2t$3p5rD' );
define( 'LOGGED_IN_SALT', ')W/l5D*D/j1oq/Z?Os+lho1&m1sUV%F)p(<C=A/)YLa6XW^jx;|V/[KeD4(&&VYl' );
define( 'NONCE_SALT', '| >24(*^,Me~0^{ky4LFnb.iZphW*TfE<WyUw9r$P>mH@?C6qqm~-REvx^Jt)9/#' );
/**#@-*/
/**
* 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_kallel';
/**
* 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. */
/* 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';