?> e for WordPress */ define( 'DB_NAME', 'localmed_wp211' ); /** Database username */ define( 'DB_USER', 'localmed_wp211' ); /** Database password */ define( 'DB_PASSWORD', 'qSp)r299@a' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', '6ufdrxbw2rbyjnybdfhqmykmbo6ci7ihzqgdrigsd8notmqwzjoc8zog4xatzhit' ); define( 'SECURE_AUTH_KEY', 'eehbypedwenbeb1eyd2kkg1duxujhxpovdyfaqei5um2q2z9aotdw7iygfr56pzv' ); define( 'LOGGED_IN_KEY', '3aneopxjdpnsgly8yteef0apffp1o03q1phq1viwskqb43fwidzccp8iaf2id3di' ); define( 'NONCE_KEY', 'ihxiuzmwbq8nbae3sjnjeiuuqrtsiubhtaqqkz0q1iknwv8hplpmes4jikjdqtax' ); define( 'AUTH_SALT', 'kqvagnjwvwjzdchauoaqcxi7yhlddmt8v6ul3l94itzyar7ppsag6gfaomwo8ugc' ); define( 'SECURE_AUTH_SALT', 'i1im61oi9qrpx8abedewx0gbugcqmhmfny4dhfe8icf38jy9buxklsbrxv4nh9un' ); define( 'LOGGED_IN_SALT', 'ulqel5fulapiqjina3bzkskvv3yck2pu7brqxgm42bpyfwyi4nqiuh8oo4s3krl8' ); define( 'NONCE_SALT', 'dtcv7qldt0igfwdel7vlmakmdbx9a5jrrdtisipc5vmlgtkanyr4hcqp7zkadgor' ); /**#@-*/ /** * 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 = 'wpfe_'; /** * 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/documentation/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'; ?>