define( 'WP_CACHE', true ); // Added by WP Rocket /** * 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', 'autoslcc_wp_tetps' ); /** Database username */ define( 'DB_USER', 'autoslcc_wp_v7xae' ); /** Database password */ define( 'DB_PASSWORD', '~LqamI31Bx#W&B~2' ); /** 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', ')@L!-AOIt%3K2t/o7Rm78WF9D~|79021jX9d78&9IC5kl5XCqP-5(0&0lAx!!MG6'); define('SECURE_AUTH_KEY', 'K_#3F*8k5Y9Go6_a]:4:6:@f@9(~QG9OzeW9K05FC7J9qE-MT5&5%bHZfG4k*P0U'); define('LOGGED_IN_KEY', '-;RcNy#VY+7RGVCRVun;c85DO9Jj9V~@maMIRa+GuUP&G53NW~HVv3q[b:Z&7siX'); define('NONCE_KEY', '~eA88]&!q!FgqGjzy3ruW5WdHY/_CvbO/@pX#O01GV*zH)1]p3DI!R0mkXq|Cj*;'); define('AUTH_SALT', ';ysF%69VuBCl9lm4T)1%gM~#(6l73t2(IpI1yA7778vHO//nH_49-(K1yChycb:R'); define('SECURE_AUTH_SALT', '4J)3AY&))4O@kq~1/:XJWqA03j6HV2QNwoL|7+&+JMS#/Ezvxdn4R56y@6)AJcxA'); define('LOGGED_IN_SALT', 'j7Y*278m/Vy9eM_*1c&b~D%x~kOB3jTu9v391x6:KKdCU@jR:ufQ3+fw2e]9(#FV'); define('NONCE_SALT', 'oOtky0!3Emuzh(vb)bzKX1SDKMaA:@68eH6mou!&E|US&XQ14a/liP3k*GJ60#zP'); /**#@-*/ /** * 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 = 'W9681CAR0_'; /* 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( 'DISABLE_WP_CRON', true ); /* 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';