File: /home/u370073298/domains/growvelo.com/public_html/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', 'u370073298_EaqZw' );
/** Database username */
define( 'DB_USER', 'u370073298_hqyKB' );
/** Database password */
define( 'DB_PASSWORD', '82UULjJbDx' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', '5;h6>80vT,~]blNtd?T.)zL6rGuilrONpTH8(HZgEs8JoYf(BLnxWWZt}t@QPzZ`' );
define( 'SECURE_AUTH_KEY', 'zC;5=aVB-}tqR4,Q7/q2I^L,Iel-6>B{zl7rGHxl;QN;<~J~ZBS!,EtURkJgol$p' );
define( 'LOGGED_IN_KEY', '.`$ZC/gO{%8i*Mw+zxi2GR1*Z`5]3`.i1C920h%kZ;l$T&w#&]9z!mVm_]~S}FD~' );
define( 'NONCE_KEY', 'w0MA4ZI#Nl4Lc&R}H9mcLwG@ZrP=nwHuv}miA3:ghzfne@iCn4BFNE005H/1i9_Z' );
define( 'AUTH_SALT', 'Hl=f7Q`t-}>Pm5(n10GA#&[ZC3@shM`ja`}ag[b--IBDn+Y-xTO1O1ypwJA=8Qgo' );
define( 'SECURE_AUTH_SALT', 'Gm]9dbdTK,[R,, 65/$<-sHH@,8:)Uax@%R:6,P/N=g*TN_tA)g1ojH=m#X7oE`:' );
define( 'LOGGED_IN_SALT', 'X)kv+~F(3u&z:[%lOUCfPvSy5@:(HMthhMFhMyM2sBlFxdypsb/[DmzFsn^)!qu ' );
define( 'NONCE_SALT', 'TQ`Jggf1TS;mE-$o<?*Z@xFRMM=paqf.y-lak`)}gW|30m*dxM8OGRC4e>V<G`tk' );
define( 'WP_CACHE_KEY_SALT', '::OAA6Zz/#!@[h3?~gBl2kjndf~9]i{ND.ETszGqDpyg*$bM|Q p@ELE+ahUp!oz' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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 );
}
define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', '055fa0a48307931a0370b95a09c0f4c1' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';