<?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', 'opbydcom_0e4z_finwbvhcabatbtaejb' );
/** Database username */
define( 'DB_USER', 'srntpkagqrlgfvhp' );
/** Database password */
define( 'DB_PASSWORD', 'ixxPPYMZ4KuN1mK' );
/** Database hostname */
define( 'DB_HOST', 'opbydcom.ipagemysql.com' );
/** 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', 'S4y4y/YdI^/NdCdmoAMZxb[^S/`01W=bM]M-@:%YDt01.tX4.U6gA%vjm8B#Q~9r' );
define( 'SECURE_AUTH_KEY', 'BZ,]Yi1qxW|&xab(Ownbt>%ECc1kW`49j-Iv%I%2t*u<5fVR>.7a6|h!&zqc{%V0' );
define( 'LOGGED_IN_KEY', '&hVbAYQA%%6FD!iLZG0*Ls`&Els{1>]IW.0/)9#_U=k0sskt^Ii/-1+BB<@Z{a.s' );
define( 'NONCE_KEY', '?_Sn)jZ=__sJfBUUO(Ylr*sR{Lxt6K1bm<P&4RE{eDRr1gZ:%OJ`nna^h{-.4Q(:' );
define( 'AUTH_SALT', 'U:`p&),vh&=(p}&Ii%`]x-d98Y>jm*RULKYo,zZ3)8g;4:$Sueq%uv8x_qlv$y0F' );
define( 'SECURE_AUTH_SALT', '0_@O8?bCiWV:gR=3`zZr%utgInXkr)SSo]BP(dYX.*6G+nskWKLN8Jh5[2lh46ba' );
define( 'LOGGED_IN_SALT', 'XVPc_{V>:QTKq$mTzLIt,F58v,?$t1mr~ Ep7PN0r)n&~P,x$2V)XF#>JKSD<DZ' );
define( 'NONCE_SALT', '+z<Yfj$)v%fz8=fr0iH;;_w/#2)^L Gyo4n!!cw6SYWzGH=Q/-N}*%cZp)r~ciJ(' );
define( 'WP_CACHE_KEY_SALT', '9:zcoCeVbcE^jwdL0eK@Nmu{WTWv0S@*$;7XWz]{KC$N+NSrmPlqvbuXVE5:>Gd[' );
/**#@-*/
/**
* 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 = '0e4z_';
/* 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 );
}
/* 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('FS_METHOD', 'direct');