HEX
Server: Apache/2.4.68 (codeit) OpenSSL/4.0.1
System: Linux societies-web 5.4.17-2136.353.3.el8uek.x86_64 #3 SMP Thu Feb 12 09:46:56 PST 2026 x86_64
User: yles (1028)
PHP: 8.3.31
Disabled: exec,shell_exec,passthru,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source,symlink,pcntl_exec
Upload Files
File: /var/www/virtual/lcss/httpdocs/wp-config.php
<?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/documentation/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', 'db_lcss' );

/** Database username */
define( 'DB_USER', 'lcss' );

/** Database password */
define( 'DB_PASSWORD', 'LC$$Db@Dmin2024##' );

/** Database hostname */
define( 'DB_HOST', '10.199.0.23' );

/** 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',         'BZH_dV=IXTJwD ,7+&^gog,27o.<OY|$X#Q`Ej1eF3yn2Qw_582*N+ pf93O>`-:' );
define( 'SECURE_AUTH_KEY',  'R{g*YprsqdCx2zE$fDZ|E.3,dR>43dV,G[$!b&r4#yYZZ>P+C7< E*_q4^K`Xf< ' );
define( 'LOGGED_IN_KEY',    'G-OyYf2tX,#@ yHb;f3>6pQ9f ?:zkl1yOkcWT<d}YReSS=Cw*`~1)O!OHMR#>ud' );
define( 'NONCE_KEY',        'rMRquhq<0bR4E!X-H5Zou]omci++v!Y.>Bm8a~F1FDi2-0^(ZJ2F_;=TFHBRN>Ku' );
define( 'AUTH_SALT',        '%/GKp34WGB});v70IhuQ?R+1:$0aahk@>D_q-RTG@}ee{}MftS~uuTqpuK^rW95q' );
define( 'SECURE_AUTH_SALT', 'byjD=zzk9H#kq0}iw90u-w*DSN?QO-APt:=l!Q{b{s@:byY^TlOOc*`_Q3)LGO+)' );
define( 'LOGGED_IN_SALT',   'j<oH_Zp!v0Fq853>TRcb|nGj_6yP[Co$kh&jNU.W!,~6wjvL,Jk-ECJh{t9QbPC4' );
define( 'NONCE_SALT',       ' cX5jXBX(^uh &R[3fE2xD$$U0Q-0&v2D.aL<|BlWzh!z4apn]8N$Qyf)fK!m@GI' );

/**#@-*/

/**
 * 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/documentation/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';