/** 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', 'vikaralearnings_wp_1hbmc' ); /** Database username */ define( 'DB_USER', 'vikaralearnings_wp_eer2f' ); /** Database password */ define( 'DB_PASSWORD', 'f%y3gW6JB^hA0eB%' ); /** 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', '|5X8M;nLknD26C69g[-f95;3V/xzF6az8;*3l87_g/U333F-2(3Oc6cSv687p16L'); define('SECURE_AUTH_KEY', 'vf0M-/[T!IBN&GCwpoFLu1%28WvZw:on+586_vCc17nkXo5Hwj9;Faw5h15;:r38'); define('LOGGED_IN_KEY', 'V6+YPL5o)Za2;79pfRa!6s8CYg;7%nqull)tjjRa5o@43s8[O5c;!u[5g@!X-D3N'); define('NONCE_KEY', 'edn)1;y9QZC*~82nE%9|hMglA@L3]6|uOWJT%0*mC6!548%WB8(4Wt5_uSXQt|]X'); define('AUTH_SALT', 'S/c25LR3o9o@q5hv65t-1_2MG(750~Ur2zzjdB3|19]5o3hq-+/0j93Drx9fC/mP'); define('SECURE_AUTH_SALT', 'I*EO[1d5z:#s|5eKZ%TM:aX6h!0huhZc/t|Ql;;&InQ@A573F4g8~!RnY/3rpIek'); define('LOGGED_IN_SALT', ']08[:AHy4%y14879*aHl5_|e61o7&e|wPrsxh6O#)D208qo8[NYST[0U@#MO|kiR'); define('NONCE_SALT', '3#b0Ci2!9e+(c!Q&NwO2fP2WG/4XT#9Z*%6KuS3(k;Nk]+%4MRIgPpV1v!u7W!u3'); /**#@-*/ /** * 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 = 'Tic2T_'; /* 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';