/** * The base configuration for WordPress * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'hoyatour_wp580' ); /** MySQL database username */ define( 'DB_USER', 'hoyatour_clean' ); /** MySQL database password */ define( 'DB_PASSWORD', 'SP)3WP_+%%~)Ts{c' ); /** 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', '' ); define( 'WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/tmp' ); /**#@+ * Authentication Unique Keys and Salts. */ define( 'AUTH_KEY', 'kxfobix7hrgzwfulzzxl0sb6lvgpg6sk8xkswftluez1ppcaztmeszihpgipldug' ); define( 'SECURE_AUTH_KEY', 'uchjk6swtvv0fbdtk7a3xdsvchj9motda3gsqflgjgfnah2jzssofvkgvm0layvm' ); define( 'LOGGED_IN_KEY', 'exsk624lxyd1bzujjqwwuuk5uwoo75gsanssdge8knmkmccbsvpxwgxkmwrpjjnz' ); define( 'NONCE_KEY', 'gcmsr0sksixl78uzsmk2bsajztroctp8jgotjnjvqf5uo9aoyghuniigdlwjlvaj' ); define( 'AUTH_SALT', 'plc8rbjv0kghvfepqdky0s6m1msyzid7cobwswutsal7zgrduwpbwdmqolhovmax' ); define( 'SECURE_AUTH_SALT', 'udd7766icmo8un4ywvcnsc8ubd7xgalekq57ca8x4aephj3bqotzcxjbfqgixkij' ); define( 'LOGGED_IN_SALT', 'rxjbtsmggnmeyzxkocdez95nxljsystc9oafgxqwow71ekycvp29csr2icdvrzme' ); define( 'NONCE_SALT', 'ggk4tf2vtyt1ozr6yzslvzb603isgvoddzxhwuneaafzlz6xym9anmgnvfyvjwaa' ); /**#@-*/ /** * WordPress Database Table prefix. */ $table_prefix = 'wphr_'; /** * For developers: WordPress debugging mode. */ define( 'CONCATENATE_SCRIPTS', false ); define( 'WP_DEBUG_LOG', false ); define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', true ); define( 'WP_MEMORY_LIMIT', '512M' ); /* 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';