| Server IP : 162.214.67.83 / Your IP : 216.73.217.9 Web Server : Apache System : Linux dedi-13542965.clustter.com.br 5.14.0-687.20.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 30 06:22:49 EDT 2026 x86_64 User : pjacortinas ( 1096) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/pjacortinas/www/wp-content/plugins/configJLH/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'ligchopp_wp726' );
/** Database username */
define( 'DB_USER', 'ligchopp_admin' );
/** Database password */
define( 'DB_PASSWORD', 'Ligchopp@gencia77l2177' );
/** 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', '`Hkj%G=)9b?PFVQ#tjps9#3Q.yV<I3gQFt{Ml9zeb^PF-GpJmQdRzKX>-F#6 qm.' );
define( 'SECURE_AUTH_KEY', '43X6g~c/`%p9*i5b43AouGQ&co0/T9f~%y(t@5dTUPvMyI]W{3SiKPumb@J+(`YC' );
define( 'LOGGED_IN_KEY', 'hq,)NZMgx%!AIQN }GZM1YRfr~K_v=j}K<lZ>z0Dg3>L[q2,*<B]Y>b3?}3*j,Ei' );
define( 'NONCE_KEY', '!)JsTi nFQ! <*]QOo<<2fs=+;y=AEzi:w?wE9.*sT/$XVy1HtFa0jM,-<^{k9)_' );
define( 'AUTH_SALT', '~<d^JCsB>D(w7Ha>FRiE X<`zpu#b(xMDlD@@Lhs_YwvTHDyc+l{!ME77N[0O]O' );
define( 'SECURE_AUTH_SALT', '_a2EIN7AM<4x>znnqn#xbjSVd2O#vy%a2A1b6vpb>%GDo,~R]S:~S@JqR!hc))^/' );
define( 'LOGGED_IN_SALT', 'SC8Y)x/[JGLQK9=_98]F+^tAZgLgK%kX7U.fXD~a37wZ_0h*]_+t`pzTZ|()5J+x' );
define( 'NONCE_SALT', '2#HHOv4Lp7Xbt#XzSQ1t{`h.3w0)d1LQqXFMM<{J`bIZ3/BwkJi`TUCd> u?K]+u' );
/**#@-*/
/**
* 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. */
/* 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';