/** * 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', 'gulfcoastconcret_wp_rkklj' ); /** Database username */ define( 'DB_USER', 'gulfcoastconcret_wp_jupbw' ); /** Database password */ define( 'DB_PASSWORD', 'EWl2&itK7_7#xfqK' ); /** 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', '_6i#d!~eKqI4-p&p;5B24r9905gn45S!(9XL;73p!2/e*hg36W7a:E(65kb%h82c'); define('SECURE_AUTH_KEY', '4CJV7:%JDZWSl6L!gr:oYt;/F3Dxy&388v)o!7VYE3:dS(+Kr[713575)p99o@37'); define('LOGGED_IN_KEY', 'rka:DsHOe35:Mk)C8/D9_mp8t9*M][pBi73w5:YODlt9-Q17D+V(yK2_w0f@d55B'); define('NONCE_KEY', '6zLR*pXr)0*:5/Tk(11~_c~3*7afAL(P7[762/7Y&8DnzY%TVu5h_6BtmG:V4|nU'); define('AUTH_SALT', '1OEl&_58w9H]yHtj649P030Bq8k_E/2*2I!ZmEL]8Pp4BwuD3m7G5~uwe[2xPP0:'); define('SECURE_AUTH_SALT', '8NP-b9NiV@*fH_T8[F|50wljtDOdY@p4r@lzvi:d72aP:866)(q!#5NA]/i0E[9E'); define('LOGGED_IN_SALT', 'h@jEmG4o42A8/@Cj4m6k1a6m5k%59!:C9%9bvt6ln_tC8*R_1(8G~|CVyEhAhveb'); define('NONCE_SALT', '9Jb!/6*3EqN014:(!1u3z9GD6;2K3W2*E7]cT9_j91d(22|4y5-A~0t3LT4Q&XSf'); /**#@-*/ /** * 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 = 'Gp33z3gg_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', false); /** * 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/ */ // Enable WP_DEBUG mode define( 'WP_DEBUG', 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';