| Server IP : 216.238.66.20 / Your IP : 216.73.216.199 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/gamliel.mx/ |
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', 'gamliel_mx_vWcDT3Y6' );
/** MySQL database username */
define( 'DB_USER', 'gamlielmxmYCb' );
/** MySQL database password */
define( 'DB_PASSWORD', 'DtnkmSAHqbPj2FCV89QeYc76' );
/** 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', 'Jy-7T3|Hwa]gQ|(wYO%:!=4-%8NB/%:*SLbe2F!I,T2V0-BRNF Aa<&;7<+(qaeO' );
define( 'SECURE_AUTH_KEY', 'S.qV^Ds$q;y8bOUDsO<ge.X>>x?XE+GkfLJ6z.d_pL$Y:j75]SqON/(1N70m%x+m' );
define( 'LOGGED_IN_KEY', 'sZ!ywy$LKJ}]q$f_;CMCE;:9^CNM}j}?pRm[<sZYQvYZyfRkv&lIcIQZI/+J~VIL' );
define( 'NONCE_KEY', '~891q-kYgZF+; r8_q(G,XlWt#s?:u1^Qav)C)@6<?2WybX#L~]2.#5e&w%# o)R' );
define( 'AUTH_SALT', 'xO89uhmQ2bkvtmwN*4Su]?F2G=GDYZ])jx,?(Fo.CNp8LB!}7k xuegTKj4`!+Ze' );
define( 'SECURE_AUTH_SALT', ']Mt/fJQz`)/!%>B4%HoXyw82d,X0AeXjan&[h`,cDQx5 ej*&!iWviApLKk|_h)4' );
define( 'LOGGED_IN_SALT', ')D,R[}%M},X?Ni?UTt)V;+zH!iwh289Kz0OFc|r#5.4Q[r_R5*-zv%j|(t<vST|{' );
define( 'NONCE_SALT', 'oPt9fg+/c$b/qKR%sS4@F#>vkBRfzBJ_DQE[6ABy-H=-Qf4x%5Wfgit_c(L9$>Mb' );
define( 'WP_CACHE_KEY_SALT', 'gamliel.mx:' );
/**
* 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_';
define('WP_DEBUG', false);
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define( 'CONCATENATE_SCRIPTS', false );
define( 'WP_POST_REVISIONS', '10' );
define( 'MEDIA_TRASH', true );
define( 'EMPTY_TRASH_DAYS', '15' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';