<?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://codex.wordpress.org/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', 'easyrent_rentals' );
/** MySQL database username */
define( 'DB_USER', 'easyrent_sysvish' );
/** MySQL database password */
define( 'DB_PASSWORD', 'HdE{a5YV3rdI' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'nn`|6UVhIFbFE-&6pMkUDcijdTu:y#KOz=8D=S+HK} `sSL(GL*c#8( KemF@OVY' );
define( 'SECURE_AUTH_KEY', 'LCGb]x~ASPg^B@cmM>Ei6K{Cu#oG{2;)Jtd&[7Ye+s>p3ImFV)`<>HQo|<n:xn+3' );
define( 'LOGGED_IN_KEY', '@!46<Mudf#OJ?<ODk<3ZM^]S=mQJ/Rw{#2X(2&r,=68JT`rhe_{H+2%gV$K;?5rO' );
define( 'NONCE_KEY', 'M/i9eI0.!*2Llmy(Nnos8gEWm/%,(w@>I`OKM:g,`]qh9va)z)#zHpf}W0uMH)gi' );
define( 'AUTH_SALT', 'RN#65BGK/l?f/9SY!yKI!Y^I2[c8EHcL{_B?za-?fH.T8w`{cJ1.zR`{Az5XrU}W' );
define( 'SECURE_AUTH_SALT', '#FM}Er3Th;%}NScEm00Oqq0>wPH5v@>*&$V-e[UqD-J(2<|38n~gIyY+-z)iD#ct' );
define( 'LOGGED_IN_SALT', 'dHpFzC:%>FD(yG=cBk<Fo0n$r&C@cH@_?YMi=Mi[x#}2EaW,oB g@9vz )n:#3gb' );
define( 'NONCE_SALT', '3KOc.Wk?!kF/hZ$9C4Ba#jwf_K$qizOz?6{1H^&4(5aB-; 3vqH.o4Q#le<4K{7E' );
/**#@-*/
/**
* 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 = 'er_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
/* 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' );