Current File : /home/httpd/html/dev.orcservices.com/public_html/wp-config.php.bak
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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', 'devorcservice_wp' );
/** Database username */
define( 'DB_USER', 'devorcservice_wp' );
/** Database password */
define( 'DB_PASSWORD', 'pP3UyZ9RZZFL' );
/** 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', 'ibf5m8WzN2hZYyWbQWWUFP93ABsOqBNqVeve1pLMl2nhgkDyAnUqez0gy5eZfcIwa6U6m26nUF4FyeWzhoESk869anGdoLRKusrb' );
define( 'SECURE_AUTH_KEY', '0wT6qW7tnTB9BVpLdl1oIbBIboNdv1EyznaudAhqsZaa7vcrYAIw2mth1eyUm41wJXnlmNmJTFc6FM99o9m1KB61mKYo9tj4fIZy' );
define( 'LOGGED_IN_KEY', 'c3UzfkNmWOrITzPS5u1q3Twey74GuIkFm3W6XZBsDJt3ZcI9OyuINP5um4L8ntejgplYIL55a1Fsa72iuT79epkRfxJNw0D9VNKU' );
define( 'NONCE_KEY', 'eqQk4RSu3rgecNzNu0im7c60AKS3c7HwlW2brXLWpFKnw4hPcJrMZoXdZ5ynyOwEBbqxIYDnLiuijstOXAVcZGML5flKbjRt3uJ7' );
define( 'AUTH_SALT', 'yxQpdRV2sDn97KL3c8Yh8U6GbtJTDpfp2nWvqZYNVdQ0AfpG7aMyujak7byJd5kLUnPzFnpqxzyYBkQrfu91eZRXGfyWxjXqNItd' );
define( 'SECURE_AUTH_SALT', 'zucoXQCU36xGMSUKjNgaHWwup3xlrLpJhQgz23blUFVs150fmuzpyL9PHJRYYa3jbE4FP6V5fEZ27XEgVYXAmIm8EF2cVtcVRNYq' );
define( 'LOGGED_IN_SALT', 'FQO8LBbQyGPIDpqTWGpCw5oDfpoiwSYCvXUQemLQQOZz7YJAdxGxueZVL2HxuJHkv10oK51kF3ayDNezjRWOsLgQCGiq8LWBvwBw' );
define( 'NONCE_SALT', 'yfcNQlZMMzgA5XWyzT7qFNmG6QTCuNbWZBxiUdzrFr9IwdDCV0vjixkVIluTmPjD2gym6OTCAgTOpViXHkrtBlT4cjKbrxPLQsZD' );
/**#@-*/
/**
* 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__ . '/' );
}
define('FS_METHOD', 'direct');
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
//define('FTP_HOST', 'localhost');
//define('FTP_USER', 'devorcservice_wp_autoftp');
//define('FTP_PASS', 'C0mmGjfRWK0cEaiiI7uYTZKInILIY7Dd1DMuRy5u');