define('WP_SITEURL', 'https://www.mutrekkingtours.com/mutrekkingtours'); define('WP_HOME', 'https://www.mutrekkingtours.com/mutrekkingtours'); /** * 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/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', 'ultratr9_WP2KT'); /** Database username */ define('DB_USER', 'ultratr9_WP2KT'); /** Database password */ define('DB_PASSWORD', 'i9/pBeEe/YtI71A(p'); /** Database hostname */ define('DB_HOST', 'localhost'); /** 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', '46fc4a2cec1aa80179c2025b46130ca991ac9456b925d8d1e4c276511b75291e'); define('SECURE_AUTH_KEY', 'e8119d0061f7ac606a4799e2a2b0b74b86805d99b9c103c8033e80cde32040c3'); define('LOGGED_IN_KEY', '0693bf1061a75cca3c19730ede935f259b8cd2415a0115200e246668268ac45f'); define('NONCE_KEY', '365f5f7e58c8b386933157cf2066bbe73b2ddc374ae5d786eecbc41feeb2bb90'); define('AUTH_SALT', '36532a5318a6e78f2573dfed2179b28a6e8830e796cf41d41e0e62b0aea10c37'); define('SECURE_AUTH_SALT', '04dc4cee3f4e11d872ba0c19b1dbd0e4fb8e8688164f93326438a74d0d910b7a'); define('LOGGED_IN_SALT', '4d81b7e24406847f80d75d13fd0b34908d33e2d624781dfb98292f431f1c74d2'); define('NONCE_SALT', 'd69eed083b487c58840ace0bcf224133f9d5107f4367198f3b7905bd3503b512'); /**#@-*/ /** * 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 = 'QXJ_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 5); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', true); /** * 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. */ /* 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';