| Server IP : 119.195.102.159 / Your IP : 216.73.217.134 Web Server : nginx/1.18.0 System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64 User : altablue ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/vem-motors/ |
Upload File : |
<?
/**
* 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', 'vem' );
/** Database username */
define( 'DB_USER', 'vem' );
/** Database password */
define( 'DB_PASSWORD', '[aUxbRJHw)Ke@0@1' );
/** Database 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', '1*n6@WwKT60fdn|/loe;_q+gHE;u9Vhipj6n#FAD&{0 zJ;Otp~qQ rm[d@.}0ou' );
define( 'SECURE_AUTH_KEY', 'tOZBU?1`NY2ig8GE2z(c^1u<oEgwGJu,k{Wp}/2BK ._3R2{koAO}Do.8WgVQKuJ' );
define( 'LOGGED_IN_KEY', 'J5bZTqmxoZd:`Jao41FA))LiQk G-@NRj>`my@;5*p#25z@%t5eub &fO+[S-O@5' );
define( 'NONCE_KEY', 'v? :jmE*2MVzzgD>+lCORZO=mCz.9KV3uy`H#6~>bH({;a3 Em!7y~P@fnEp8#m}' );
define( 'AUTH_SALT', 'RFaRj33O,NxWv9)iec|Gem+_Q:ZA#@ZdFN_tHQMj`^&ajx?is-kF*`TfN}JAejpX' );
define( 'SECURE_AUTH_SALT', '>@K$hT3d]y/YSN)pK6Jp*b$reDqG4aE9N0j^jEUw3G#(PX]pG,]Qfyw&m.CxMH1W' );
define( 'LOGGED_IN_SALT', ']GEFi<p%1aNDiZhgiNBcZp>zxq6`p{QLg:~v+3*V =2GegW?MU=q?l?U~h4i$&{`' );
define( 'NONCE_SALT', 'L![h2yJk0|w%zdcFvbt,z@-o+_V<ihx%;vNSh=n5,>s%b#n8c[wDgh=>CKJ)#5Nk' );
/**#@-*/
/**
* 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 );
define( 'FS_METHOD', 'direct');
/* 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';