File: /var/www/vhosts/onlinedev.com/httpdocs/odv/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( 'DB_NAME', 'admin_odv' );
/** MySQL database username */
define( 'DB_USER', 'usr_odv' );
/** MySQL database password */
define( 'DB_PASSWORD', '3en88&Wd' );
/** 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', '-$S-i,6o~^/Hq9155Mr5%xo0~4Owya|,lJPb%^As3f.g~Y{gyI(u?_~DM9|Z*d0H' );
define( 'SECURE_AUTH_KEY', ';_:@vEHAR9+d+U.d]c:8%0cl}W;*((V.j/fSLz4y`%:i!RQ~GW0:!pXoDYM+cKP8' );
define( 'LOGGED_IN_KEY', 'FxFY;X`sDHmG|T=x#5j>N!?L&yv)^zs[Cy1dgpl`hyW<Wl7$V/MCb+yi0lH7]<--' );
define( 'NONCE_KEY', '8d9/0]b?J;d_`YWwPNUErVF,,x{bpj]qPX+I{-V}_&nJ@HluVOpV_5SD;L%*<}PI' );
define( 'AUTH_SALT', '%$PVL/6{a!Y;{jO]%0ETmR<.RLk=W=s7nUe8efa.n8d!vuNRcDLG$3{Ozm)>7|=E' );
define( 'SECURE_AUTH_SALT', ',SjHgH]HH._M/nG5o,7Wq[beYu~~p8[]M78k3FHFGRUG)VLSi~8_v|m3K(^-DA.m' );
define( 'LOGGED_IN_SALT', 'W$pw^}!yIZ]!J=O}gn*TQx);2XWz<_50jG!u|^UpW~{o0Lv.Gl-JpIj:]Ix~[E%9' );
define( 'NONCE_SALT', ':juvE+t/A:AKY8A+Nqdhh@$:)bL22!*QN.zFE6F|K80HT5}-`=(@CGjJle-]VP^Z' );
/**#@-*/
/**
* 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);
//define('FS_METHOD', 'ssh2');
/* 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';