/** 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', 'techsoftservices_wp_rgwr2' ); /** Database username */ define( 'DB_USER', 'techsoftservices_wp_awbja' ); /** Database password */ define( 'DB_PASSWORD', 'OY6OX8Ii*cn5%21V' ); /** 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', '13OcH)irCS1&Ug!H/n@zJ!p@5[J/I2)&70O[T|/y50Nzd:33bjNCzP-u1D@7)25O'); define('SECURE_AUTH_KEY', '1~TJn206oZ73aLx3)sG6bmnGr[(LwC|5s_PI8UTJ!*s1qg|7q7;/2]1PP9EAO_9r'); define('LOGGED_IN_KEY', 'ncRq;yML6Lr5a%Yn8[6v:*!c96zwG+cYr3yMj415_63A85vSUtX[b+;~Cxly5B9|'); define('NONCE_KEY', '-C+jEp:xIU%v[)1U299[Z4kB2Q0_8&1krOkRp&X;sNP[597Bk4xCwW+pZx|U~p_!'); define('AUTH_SALT', '~pAc%%n|27#uDX6DW1fv71@622m-FyvK*7E:+1i(B4S:Q7A%!xQ-87gF00C1e#q:'); define('SECURE_AUTH_SALT', 'Z])fDr%xX]]~tMd4q6s)16&#PvnZxRYAM0Ixj;Z%m6-33[&v*hu~YpgK6HA/8cJ%'); define('LOGGED_IN_SALT', '_S!vvXr2K[X_2gRO/sK@I57%26X8#P(viR)149G3D@/xs&0@GJbF5@_/B5&4W41('); define('NONCE_SALT', '#p!x6RA_!Uli2]81N37|H&K0]1zc86r81PI)v@RM;9x:M9~zy2C1HsYZXhV+5l(l'); /**#@-*/ /** * 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 = 'VAPpa_'; /* 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';