← Back
Editing: 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', "bestgxlb_chemical" ); /** Database username */ define( 'DB_USER', "bestgxlb_chemical" ); /** Database password */ define( 'DB_PASSWORD', "JamesJohn12345@" ); /** Database hostname */ define( 'DB_HOST', "localhost" ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'latin1' ); /** 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', ',S*[nJ3eOm+?p%AAHGkd5 8C+5|dzx6<P39j8G(0HoUtY! ]qc2&Hq4;PCCKhPcS' ); define( 'SECURE_AUTH_KEY', ' f@oK%Wlb_}YzKhRvs@MN;xE9Pl^C{_$Qnwjdi&)SCGmK?a4L;^Du]t^@FrXkq~c' ); define( 'LOGGED_IN_KEY', 'e/cZ6Hg~&]c`vD2?BnrJ:gX/eXz[1s(s=iVHR .6xn3?INSvJ(cDWE^N[ZET+[[<' ); define( 'NONCE_KEY', '6zN^fVB8 J&wL*Lc>:T;06Qwg2-fksN,?pjGs#bp(.FBvk(TD6Pn`8(-/6Ts|M$B' ); define( 'AUTH_SALT', '97M6d665qw>**$}{~Vu1oOQ|D$DF2Z~}132W%jYB]<}4F]k3>~,K8Ad1@MNUgl,q' ); define( 'SECURE_AUTH_SALT', '2rzh8@)w9 RXHa]_>v$~LZhH_k_gNzihKtnYoBf1hEcmYsvn?8xg@:h%:1t8T[u*' ); define( 'LOGGED_IN_SALT', '4S?Hhc^DI0]6IZqF~LMH1eD`&a(c[Q![O[l^-cn3:[Ucu#LY?ze&ww^,+RG q0@#' ); define( 'NONCE_SALT', '}C6zU]a7vr]zpc=*}J<r$KvDy}U[ZPO8`hn:HAk4=]C=,8++iq6=K0IK!d]~Ox8k' ); define( 'WP_CACHE_KEY_SALT', 'p_nr:1ER Uwi99m-B1ftPWnx=L{w [p)*7:#nO1}Io5]cnSmy^ra~=6rds2X!g4G' ); /**#@-*/ /** * 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 = 'wp_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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 ); } define('WP_MEMORY_LIMIT', '3024M'); define( 'WP_MAX_MEMORY_LIMIT', '3024M' ); define( 'FS_METHOD', 'direct' ); define( 'COOKIEHASH', '426925e166a2c7a09269b5db34afb375' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); define( 'WP_MEMORY_LIMIT', '3024M' ); define( 'WP_DEBUG_LOG', false ); define( 'WP_DEBUG_DISPLAY', 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';
Save File
Cancel