| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/grupo-seg.com/ |
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', 'gruposegbbdd' );
/** Database username */
define( 'DB_USER', 'usergruposegbbdd' );
/** Database password */
define( 'DB_PASSWORD', '5eZP2/ghnSg@9b' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', ']6nh9G5x8cXL39d6w(f[~j@7WR@4~2!d(n|(13-0s0jis2im-q6%4W2@KZm&a((L');
define('SECURE_AUTH_KEY', '067Dq9V@8inWv3SMr3v(-8gpW*!ZT#h:Sw0F1mQW5v_37/S%/CS-62nc/;Tb)W~4');
define('LOGGED_IN_KEY', '7)tSzcM[ys6b(;9du;rr4mQibA[2ZsF1D0qg0*/qO1B576ceP_)1v/CJo@n|#cX&');
define('NONCE_KEY', 'pF&]%Hxwonve/3R75W_];1~3lJ#qt:Z&tSi7g8d5Sc14g8XkUFY@1IR]12Or%I7J');
define('AUTH_SALT', '14F]v&lgyGP7z076)V8#Xl)lL/kom:]G2%BMO5Y015jrGjf3#;O|/6aC3&_Tqk7Z');
define('SECURE_AUTH_SALT', '81_I[HV7ciu)4#cI8W]tF8H/7aS/|6J8t&Fw:G)U2*)Q!6*2C1(5u31n]bplpI2~');
define('LOGGED_IN_SALT', '-01!Y@(*Iz*5QS)*U20n1EBI%bni:;4co0Pk4z52%/9YV[z27Im9r-5:]w06WCM2');
define('NONCE_SALT', '5@w2-5_lS[Gdm5L6Np2FA;)Ok*A8BSxI2eP7;SmgL5#MCCD9oK4w8Ca571|+WkUY');
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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';