HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/epamokos.kaunokolegija.lt/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/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', 'web14' );

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

/** Database password */
define( 'DB_PASSWORD', 'rEKXT-mk(u[ocq_U' );

/** 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',         'yYGS:Jk <Z;t4OlOf/qI!)m%GS~rMSiXAl@T:.cA:!;EKEs{>]XjGMz&4A15ac6W' );
define( 'SECURE_AUTH_KEY',  '8BNakw7:|Cw)<a8AK_3N0dh1Gw5~D,L6)98>qZ0_*1JI`Ma @^u&3Zy{O:}f~)JV' );
define( 'LOGGED_IN_KEY',    'P:uZ{;B{dbdxN1DWjmR?S fEr1M?&d?l,nf[7WP9+jXn4IU+:SUh78Qug:E{SCqw' );
define( 'NONCE_KEY',        'MW@#jr9x2,Qhx[_isuPqT[uRi`xm:8C+S];V&z^;34t=CosuV+,4WA14IPVlRK:6' );
define( 'AUTH_SALT',        'Igm]BI}X![nqbRb/u0&l:R7yQ{L05gM.rQi.Y6*g`lK1j 6G:B|<[kMA[BW~y#CU' );
define( 'SECURE_AUTH_SALT', 'nES2<7,nTf)2Rg|oFx/2*=H{t`D]2N PA=Y<^ZS.Mwy3qQ8p#RV<Zye1NLR5NLSw' );
define( 'LOGGED_IN_SALT',   'g&g}3E!Y-*t[vs?yZ/AQqy=W4I!rMy>}hb)js#Wk2%sn96tG/A!{!p$h|3T NmGQ' );
define( 'NONCE_SALT',       'HL&SkZW#5EGp%sb<acMhrtK+8_u;7rM>b@`{+y)cdVN~hpoavHA6! 9w~7*|B+Fy' );

/**#@-*/

/**
 * 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/
 */
/* Add any custom values between this line and the "stop editing" line. */



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';