| Server IP : 162.214.67.83 / Your IP : 216.73.217.31 Web Server : Apache System : Linux dedi-13542965.clustter.com.br 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64 User : autoligchopp ( 1015) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/autoligchopp/public_html/configRLD/ |
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
* * Localized language
* * 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', "lpgetmedsaude_migracao" );
/** Database username */
define( 'DB_USER', "lpgetmedsaude_admin" );
/** Database password */
define( 'DB_PASSWORD', "Clustter@gencia772577@" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb3' );
/** 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', '75_!-5z]a60;74k4b(UzY0BoF)eCT|X8ui~7NqCd5;27aZ2U!K8R~Y5%o2UH9LR[');
define('SECURE_AUTH_KEY', '-~L:%&8c!b6RcM5G9K7!B3MS3zQ5+O*7a8:#r+K_d4V5m]r+(aaKY1KULr4C6uQw');
define('LOGGED_IN_KEY', '|p%/|m)Yr52_t8N#T-:&-)W0RZ&@1||w9OM|GO|]38g0qEd7!#oI4(z%E5m~x7pV');
define('NONCE_KEY', 'CJ88)q|iA/2VD@h00761(w8*/&3~xt!];i@6nzwfP(nnt8z|ZV;WUB674/_0n0H)');
define('AUTH_SALT', 'B37Z@O4ng12zw55s#O1C&zQ!bN|4@wzOJ~DC%S1X7oZ-v3|9!4j]pZ7/(~Y1e6z_');
define('SECURE_AUTH_SALT', 'Tn0e[[Bez1/Bs3e[TjPiCFQyl:G2eg2-V[l3%7zzGfz240@z176[9ib)C4TYGHgY');
define('LOGGED_IN_SALT', 'p3ek@s#ls6AGD#@2ueiXla;4d&~co8em9)efSa03|+/6j/9g0G%/X/QZN:E[*M#+');
define('NONCE_SALT', 'C|0m:f0%8H4O/~|S~Sp;5XQ1zMd36xA]7~]3~y@y|72[znA5k6x))TJ7)]omBtB|');
/**#@-*/
/**
* 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 = 'jmlqKXll_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
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';