| Server IP : 104.26.3.156 / Your IP : 216.73.216.176 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/bewellpeptide/public_html/ |
Upload File : |
<?php
/**
* 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', 'bewellpeptidedb' );
/** Database username */
define( 'DB_USER', 'bewellpeptidedbuser' );
/** Database password */
define( 'DB_PASSWORD', 'FU0Dk2auyFKqBgfgvg' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'Yeo& Mo7^+<&jTd&O8c`]^zo75B|P</v?OOTC.C5bFkNp32x5t9:KuO2d+&_JZ` ' );
define( 'SECURE_AUTH_KEY', '>~dm_m,PeT4DTWbOD_^OVD;@M0{R~TB6]8$q<K^L;[`RaH<*X6Q+76>+VQ|KziR<' );
define( 'LOGGED_IN_KEY', 'GK~IfDjW}`*Ib_oZ_a|!t^Qhh&|m,7EvO-A%t#N98T@+z9B%ww)p#q7,.g{o4E}w' );
define( 'NONCE_KEY', 'gP`<S4[Rl}kS8G}Zm5>7l=-}(J[xs58<JqR.gh5<]:9f!9>X4BR#_<fKCE2J*Hwb' );
define( 'AUTH_SALT', '4y8CN@S~1B,AMfWOp4Sl]&l)HH1TqnQUH_J:_i5O./]%W%0AAfR`);5PsE3Rl/>`' );
define( 'SECURE_AUTH_SALT', '{> -1uRZyB o$aqDY*$z -bQD<5hdF91&OW~9/K;8^ sT>|D@V2b 4sb;eQb e=$' );
define( 'LOGGED_IN_SALT', 'Kq&S5H#qKo$ni?~>~3}Hv47iOpdNH),/m7[y_P$p[?[*h}8)Qgr}Z.SZEJAs*BvK' );
define( 'NONCE_SALT', '84R.gG[=Tco5@eS8gGQpV)~M&<8O[0tfnW*.4RmiB!>cWVPO_Ti3s(<)#Vj^6[9f' );
define( 'WP_CACHE_KEY_SALT', '=4(py79-S#|i.# :k9DKABj3PKq,1XB4kTa(ah^RvEJ![)frK&iA<l}Y[C#XPf-y' );
/**#@-*/
/**
* 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( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'bcVOrCuNl0Kiq3pux8CrC2m33' );
/* 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';