/** * 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', 'unitedconcretedo_wp_u5ml4' ); /** Database username */ define( 'DB_USER', 'unitedconcretedo_wp_2hqcj' ); /** Database password */ define( 'DB_PASSWORD', 'm_Y7T@rdf9!Y7J&E' ); /** 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', ')jZ8Kv5hYfVjg3R7#qW4V6O597fUP1b)yk#~U]Zp+8y4[0Ut+|)L;9Xj!JJVI:+0'); define('SECURE_AUTH_KEY', '*Z(7yR*@|b!7dI&_4rOC8455d0rO65F2Wus(#i84489c45XX-[0m@j99!l%26~k|'); define('LOGGED_IN_KEY', '9&KH*;6[5Ayu|LfjKlK7yp*[~(m3[0r149(Jf;|k5R4fct2jV|2!5~!Y;65YrS8t'); define('NONCE_KEY', '759/1gj_fMVF9L0|Aebj-5I%OQsnR107wov1di|j5rj%BTE3!_3Ug068VU*/:g2z'); define('AUTH_SALT', '&MckD2NHakB~d(7R7APf4kZ]6787&7:1QWaIOR:0S67T+9WI3kTP2s2B10+fQ[Un'); define('SECURE_AUTH_SALT', 'g4x]3L0nAQHzfE3#9HLN9weDg*k7j&1#%+8%ghjT286+uamoOl&1k41RUu9W0Uw%'); define('LOGGED_IN_SALT', '/1(X427o#kWPzJf:sf!!g|2LXj~!:SU@nJP~6AWo3OQa;308g6;**b-6|+5B3r8@'); define('NONCE_SALT', 'Ms;S_YtI3kNkZ#~PzFzY35]-W6_UUs3_05t3d0:1FTSExzvw3~JL8_nUO;x9*49T'); /**#@-*/ /** * 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 = 'Py14ocL_'; /* 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { 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';