| Current Path : /home/seto/auto-porsche.com/ |
| Current File : /home/seto/auto-porsche.com/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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/seto/auto-porsche.com/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'seto_autoa4' );
/** MySQL database username */
define( 'DB_USER', 'seto_autoa4' );
/** MySQL database password */
define( 'DB_PASSWORD', 'B7pnqevK' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'FKn,*]X?I1%-68c-3ix/B?yj3^4#H.g42TWuLvKtD`a6_P/%7r`#kg?c|EPlxIr[' );
define( 'SECURE_AUTH_KEY', 'pCP?pyJb-$K#)so2JR-Lr[%db}ey<D>GC:Tb4<,<k-adiRU5fzI>u96/Tr [B|eV' );
define( 'LOGGED_IN_KEY', 'h@4<cLNy}L-Ks;fbGYeZVql(jb>[/JVEAefYxx)pnf7TiRgQ^YY5%,}vI~dei$_t' );
define( 'NONCE_KEY', '4W?&hGmFDmHWAp2`=?xx~0/|IYDuy,Y76-p4^HpcEjL>OfnGL!W9,T#5TF%;O|ly' );
define( 'AUTH_SALT', '-s@k/m2&KUQj:xN{+<%Dc/*9{if^ME|Gkq/ZuZB<aj}1|U7qN;/zj?7Tcf&J`.f;' );
define( 'SECURE_AUTH_SALT', '3Ept}B=F)0{N*-I HeeNj?l&c&BV81A0^e}FOl`dUjJx>#5B%%=i`$ZVo;m.L[q-' );
define( 'LOGGED_IN_SALT', 'v%aQ.~U$y]97|icWTZ~`,w+qs v%uSd{mW#0<0[kBh7MB;t]=|:>[nM:]iyy?>%x' );
define( 'NONCE_SALT', 'J|)wArQp<uD/L9LLhKjsg)sqmqY]PN{_0qJ#O_QXbxKoY?-s{ECv8@QMWYfrN))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_';
/**
* 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/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'DUPLICATOR_AUTH_KEY', 'JCZ{zAaxc:A}sJsH(%W>IkcUZ U->szjykj~p00 AZ&M}LOf{I7&+c+5@uvTRJ#C' );
/* 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';