File: /home/u786315844/domains/artmadigital.com/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );
/**
* 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', 'u786315844_wlyoj' );
/** Database username */
define( 'DB_USER', 'u786315844_PxH7e' );
/** Database password */
define( 'DB_PASSWORD', 'WMoAwPY5fG' );
/** 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', '^ Ao(L?puh2W|p#B^09)R78fT+q+Y)9np{aYYCrREKOPK2?TE&H*DF_6W4hXYy1I' );
define( 'SECURE_AUTH_KEY', 'oCe^dOO(eO,lzx0?e(bJbx$z}#d@KQ@UIs.OY OXTKTwW3JQb2;u|=!eKedU18E)' );
define( 'LOGGED_IN_KEY', ':3I8DhbaJ^$4TgRs|WPzamA/ +ZCj=`piC@]m0[euh?*oPG9,_MZ3$6Ddxt~U 8a' );
define( 'NONCE_KEY', '9&kD(4FjY4Qyvw2iVU>zY,j2[4v)z^~l#I]45[|&0,:vP>?*53s+ln1,VorX6TC@' );
define( 'AUTH_SALT', 'BF34}7VQRDcY0aN9U!.e:zAq}:{ptzN7! |>o[r&7D$7:%*i^9p7G^@Zn|Cs=^9S' );
define( 'SECURE_AUTH_SALT', 'D8xd{7mfa>;?hN1!W_9tqr=# OKB>aRu_O,$K`B!z|,mM0&XsG+_l0xLdd@^;|4<' );
define( 'LOGGED_IN_SALT', 'sWnvJ+59#O2|}V(C_Gq?r?3M!%{eJ{yS85o`_?7v+QNExI/@:gJ~Dt>V=.3t*1]+' );
define( 'NONCE_SALT', '8W0ad$gZv%GhU8mt|?UQzPjE4D$XEqxV@Kv;z~y>5DPNVeM M-=A:{?9-nX@!V5V' );
define( 'WP_CACHE_KEY_SALT', 'pCWGk|wb)9p dBE/M`[q`_gnqz*bQJm&Y~BuQW$~4v%^cuQ:yLOs{oI6UMyC%8&{' );
/**#@-*/
/**
* 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', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'FS_METHOD', 'direct' );
/* 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';