Current File : /home/httpd/html/bellestarrpinup.com/public_html/wp-config.php
<?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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'bellestarrpin_wp' );
/** Database username */
define( 'DB_USER', 'bellestarrpin_wp' );
/** Database password */
define( 'DB_PASSWORD', 'bNNs15fXJYMN2Gef' );
/** Database hostname */
define( 'DB_HOST', 'dbserver' );
/** 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', 's0QBKPUmvBYwZ3dgY7sp5DSFepSJTBztUuooupAOZx4uQvD8cXr04c4Fh8CCPDgBmzpPNEufuQr80LonCOLkvnSkwbigE6ZfzIRR' );
define( 'SECURE_AUTH_KEY', 'zNBPdqjm3k3VWOl0EzF7klFP4FDIZyvFd68ZyMVjs613TSmluf3f9MSfSJv4LWTE54cMY04hSNGUiONhmHm7ohIWGlwHnpf7zJRZ' );
define( 'LOGGED_IN_KEY', 'vg30of9tzyOAUKs3gsqSh6R4yh5vt0XP1k5Wk3Xk6vi4afBEsD9Lfir796SVxYqio26fiv5vsaVV6A1Sks1oLrbseNxO48yYB3nS' );
define( 'NONCE_KEY', 'fUGDNczU2dt9DCGBMD3Pmb62qjdRnZrTSRAF205bhg1oo1BJEBxLRsEnHB3Kr4cnwSaZS1VXRAJCHMFwF40JpOfa7Gt8B1pWTVCi' );
define( 'AUTH_SALT', 'nLcUVBlcMLL2aLJf4cj8qn9Tzi4d49ISVVyEAcSA3PqviQDbPTdg3xiDJV9VqJS92ummrfIA1m3W01hMkCeC7EeD7gMN9lIikAal' );
define( 'SECURE_AUTH_SALT', 'FB2BTzbXUzO4k6qDkAWdQffa3OPMziiEjvMotq9eEE4SAA7L0DCumhQ7V6hPm6vZM6WNt3LvqHXjEln1hp7YsRj96GpbvvWD7w3U' );
define( 'LOGGED_IN_SALT', 'w2EMKrvIIqOqQ9LguJu8kG6nN6yI5mPkq7NlbAGIdhnQxGCycFR3AZbZrO70jSs11iOePB7HKbrXYpCyoTfuynND43HQcFeMzJT5' );
define( 'NONCE_SALT', 'kv0O58CaeTDzOrjRi6NqsC8E7IXA2rUpwTSEWK8f5U4GqmnfUG0lJsx8ilh04j5x8nJECR1m6mLkDINx3wmDWVJC1yG9sg0FTtjZ' );
/**#@-*/
/**
* 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_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';
define('FS_METHOD', 'direct');
//define('FTP_HOST', 'localhost');
//define('FTP_USER', 'bellestarrpin_wp_ftp');
//define('FTP_PASS', 'aLA9lcyKj0bNxorY');