/** * 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', 'concretetransfor_wp_qe0um' ); /** Database username */ define( 'DB_USER', 'concretetransfor_wp_4x3ll' ); /** Database password */ define( 'DB_PASSWORD', '4B$n1aewEu4IwQQ^' ); /** 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', '5(juf9(E-_rP1Ui;!pH1IN#0]2spt3G2xxa|4l5u5fwHAhq:324**r&1[6]9Weow'); define('SECURE_AUTH_KEY', '*ZZ8T18XEAB6zT!i%k#U074z2@e3q93w%SE/1y_]|m9_b-gkdJ]EoJ7+bJ9P1-F;'); define('LOGGED_IN_KEY', 'J7pDWXEn*#2;b5L9GaML/%Cmb00#)l&1l*B+b]1id6975!):L&_NQg91z7_z58CM'); define('NONCE_KEY', 'BS1V10Ma4NVH]2zx;)5w&4f|45+2]86j;w4RzIKT)BWfa-ViT9bKqGm-!r[5W-);'); define('AUTH_SALT', '1iEM/:Mf[hFUx*C5+5WWs4c_H_*e(9YUO:b1w(le0Dx+fzr7DOS]K#b3j!16y@;S'); define('SECURE_AUTH_SALT', '37]]%w-[43Kf~n6u#oCk3T30DP/3s&V826X4+[t@~1)rx-5&0c7Y8RT4m*3]9(S&'); define('LOGGED_IN_SALT', '(6h!at&Ia)R/Wl1dv2eIvQz49:!40Z[8&[skCt[+;KC~K_R-2F%Ri9wCuh/MKa41'); define('NONCE_SALT', '/jLCi18KlM!5NkG(t0TADS9);0L3kJ2Yx@I_8MGs4r9J5d7[4/6C]*#10|0F2[6/'); /**#@-*/ /** * 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 = 'ziR2kRbSE_'; /* 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';