/** define('DISABLE_WP_CRON', true); * 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', 'chaitanyatravels_wp_z1gka' ); /** Database username */ define( 'DB_USER', 'chaitanyatravels_wp_9gf9f' ); /** Database password */ define( 'DB_PASSWORD', 'rTGIy?~?60N6ddp9' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'J-(_u9!6Vp:+bx7@|kD26me|*/2Y9Dn14+GkE~8#*5!R9;/3-K6l[7oc0rr4@qGS'); define('SECURE_AUTH_KEY', 'J@q9!d591-4#9~|2_yGZF#0csYD0hJ[LzPI_h3t1CY]FY)|I2Em*LXk%H8hIYj|]'); define('LOGGED_IN_KEY', '4m9JT:@OYQ87UW6L(%1*Rl[+:#89SMBe[LZNrCDM_yL|Omo|1%W47tz;9hH3X8ma'); define('NONCE_KEY', 'rABiL0Ad1vR84sJx6o&/2&l[L@8qgk6jg]8[in-J(2R1rFNKZ4gCiy&Bc4X9INVh'); define('AUTH_SALT', '#il0P!(Y1qzI;Wb!/W50G;Oj15whLt~jir7(V&)2z4h71M64%y;axN&]t!xGcPt1'); define('SECURE_AUTH_SALT', '30Vmw_Qb1[06dHS-4JpB/~3k+*4gv/+O732a6U+~U~LB520]fwQ+1l2_kkMV_vO2'); define('LOGGED_IN_SALT', '9h%9r7#;-|4051Ok8DX90x_VV/wB0Wj7sBK&Kc7sm%)c3!euQ8165x2W450%0KRU'); define('NONCE_SALT', ';7~&(I[(zJS7l6Op7iQ3440w20)3x*9Vs/3XWz*+KWafG8;e&&cGi-B%V2QFt1Wc'); /**#@-*/ /** * 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 = 'JyaQWA_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } define( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', 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';