Viewing: wp-config.php
<?php define( 'WP_CACHE', true ); /** * 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', 'ceoclubh_wp_jvsx6' ); /** Database username */ define( 'DB_USER', 'ceoclubh_wp_iupmq' ); /** Database password */ define( 'DB_PASSWORD', 'yXn937H6D3P_Znf_' ); /** 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', 'z)&@-z2(|!]L1jR1;3:7[8]]3u7@4ed2C5I%3y_|sQ6y*Tx:s#x%U75-1lw/xJ&f'); define('SECURE_AUTH_KEY', 'F0IH)8!K382IzF:(8v4WWK(9+tP:Y3a]a)1O(e5#q)Zn7#dt1#|w;Tf/4Ds1jpeo'); define('LOGGED_IN_KEY', '0n&m|Plb7h)POp7-3blDq%5aJf%~V/&6[f8D%[8o)qb0rF72cy252JN2~]K2WGO/'); define('NONCE_KEY', '9jj5/87913l08s:--9ur#9I1LfR|3I7/d_44LZrrhE]W2NdA3bZd&NPr%84Sg2OC'); define('AUTH_SALT', 'H/V%R*%clJ#VK&Jt5684u(XTqNL*0jI4W8(E*49W:w0kc!b!%JtAeYg~52(3)]1e'); define('SECURE_AUTH_SALT', 'U|]tQeJl%6lEp474DDjVd08r:+!A6[AGwja/FTY:6Agth5Oy]@w7amT6@Yb]t0+P'); define('LOGGED_IN_SALT', '-9R7eiHncS@%2BXA&u082-6phlCd7R;sHSa47JPdYg2BTFjuR]C0S[R)+!+yRI11'); define('NONCE_SALT', 'S;n1!S0rNlg9:cP68W/H6Pf*AB6fj&qF#0|mr9(q+5crr3f1upk2&u&!nCaB9[J9'); /**#@-*/ /** * 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 = '44M3vb_'; define('ALLOW_UNFILTERED_UPLOADS', true); /* 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 ); } /* 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';
Return