Current File : /home/httpd/html/dev.orcflooring.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', 'devorcfloorin_wp' );
/** Database username */
define( 'DB_USER', 'devorcfloorin_wp' );
/** Database password */
define( 'DB_PASSWORD', 'XNS0JE6ZVJM2Islz' );
/** 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', 'yjh82ETo17oroX4p3QHYw4GH5RZEUfOynfji7aq6Y2xhZCi0wbDHkBYqE2gzyXtLBu1MiHFqznzhf4djeUj8GxvfRcM5dAAVVU1A' );
define( 'SECURE_AUTH_KEY', 'NYQRMrsWLkJdfZrkmOUcq6MbfCiG4JrAUQpA5P4ByzKwHBiXdonjOk0s544TQMLFviLTmccXCZOJua7ur6Svn6QC8XmObTxgk94D' );
define( 'LOGGED_IN_KEY', 'htr0U65YbWfFP9TE80GV8quBkGFvKwlC72sSkKqZpzoiMuDwZAUyrnuI8oxdSILbIxlG7qAs2fQc7BxaXP3VQ7Up9qf5vPxx9hpq' );
define( 'NONCE_KEY', 'MXU3up3AIeBk7vYERNSz0uwUgiSedCdty6Z42rKGROVhYhNufTdS2AgK6m1KCdbAzx6A0kviCdMDVF1cbTq0svAVWSVAzRwpot00' );
define( 'AUTH_SALT', 'V9DG2rjZ69GGdSEz0YpDHEbg3Lomv1weBPpi9NSekKyDNXLJnj1JtNPTCRf4yQxPRUbAXstNRm7S3WP6kVMAHDdPVMc4A7RSSDg3' );
define( 'SECURE_AUTH_SALT', 'ItUAowRo9jdevzxiAseusXGUNteuYrUW29iUGHVxR5SYkVZF1cIJz5gr7IuX4NgBGlWutqQRYLmgoc6eS7eyRUmBEFd6vsQap7J1' );
define( 'LOGGED_IN_SALT', '27tzwwUCL8X259jlago3GBl0qfphUP5CIwRiIjRAGR9ytT7ZAPj9JcxxGYxMdEyl0hgl8FKYmhIbME3x65Oba1kuTkAA9lRbUaaB' );
define( 'NONCE_SALT', 'byfPjZk1rSu1bZELWNxHTMR0xqjfsRf1LcVGyrD2w3e5dMg4DmxpjtMman5qcNZr4BGYoRUTuBoOkwXt0Z3FN2ur25KJ8h7AKX0t' );
/**#@-*/
/**
* 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', true );
/* 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', 'devorcfloorin_wp_autoftp');
//define('FTP_PASS', 'fVQvbAAoPwbNGjvEks0W1CdDx0EE7Jo1slZVeiPa');