<?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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', '' );
/** Database username */
define( 'DB_USER', '' );
/** Database password */
define( 'DB_PASSWORD', '' );
/** Database hostname */
define( 'DB_HOST', '' );
/** 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',         'Xq@yFIp[CM7g|iM34qQ9`mS7[i ()on;m;~x:J+cQd3KV^ {/e`b>t K2-[Xko,:' );
define( 'SECURE_AUTH_KEY',  '$#9s4QFf)te=`8gZuR(Y+=[OC<]=end:q@SWd}$3$lnXOC;c-ozblTkgX=cwY,@2' );
define( 'LOGGED_IN_KEY',    '|!P:zQXL`@z4/?s#g-zUd6j_1gbtfk_3~_+Jp]0Ph>}U}HQt]%=iU)4|J7,x_4) ' );
define( 'NONCE_KEY',        'Y(v`k8700@8%/p{E?H`)G^.yg`$gv>tDjM-#dQ>#bXN%xFDj,m-<Eq7k]#:=PHV3' );
define( 'AUTH_SALT',        '*{SHv?``X]v1X{drcy9JY.VUI!/~:#8!Gd[f}I01IXccn/*omqoy>b>;Qy}UAFr9' );
define( 'SECURE_AUTH_SALT', ' ^ScePpg-$p,EBg1+Od=uf~Evp=jDuoK^tp~N7^|xDMW,P:v2t`_K>eYx9: 0!KQ' );
define( 'LOGGED_IN_SALT',   'f0E)mQ3g5:_WnV+mMl~A)<k)qzh50lyy)qufRz7[?Dwy#G6GD}+V$3aTE&fOV_tW' );
define( 'NONCE_SALT',       '+64f5zR?=d:0bW%~v>,#ioNt3V@qG6ecaBO/>e-.abBWKmlIGg?DivwFy~RD_9oo' );
/**#@-*/
/**
* 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 = 'teb_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'DUPLICATOR_AUTH_KEY', 'CTQ8J@MI/ushD%goJ?ToOM1>M2Ty*w|Z,OmUpk(MIPTF<sf-;LidI{64Bt %CzUL' );
define( 'WP_SITEURL', 'https://www.promoteb.com' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
