HEX
Server: Apache/2.2.22
System: Linux server1.blueharbor.com 3.10.0-1160.90.1.vz7.200.7 #1 SMP Wed Jul 12 12:00:44 MSK 2023 x86_64
User: locglobe (1004)
PHP: 5.6.37
Disabled: NONE
Upload Files
File: //proc/self/cwd/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:
 *
 * * 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', 'locglobe_wp' );

/** MySQL database username */
define( 'DB_USER', 'locglobe_wp' );

/** MySQL database password */
define( 'DB_PASSWORD', 'UnU4y5M9wdQC9FLhYj43' );

/** MySQL 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',         'so.t&r(GQ:e.DLs*#~Yspckn5q,Z(HGwW!}0n]8^XSzmkpB2*P$C$3*54:aay`VP' );
define( 'SECURE_AUTH_KEY',  'IQ8 Kdn^hPw]B/ G(cFOb{73yK@2v03zgNp4Ne{H.7?uLh%i^Ou&jOVw }^=9}k;' );
define( 'LOGGED_IN_KEY',    'yt}bKKZl0U#zOrd>&3S1J|SfkCq:[rUH={MFvE0`i7F11T^;d+$>Z~1GK7**mKcb' );
define( 'NONCE_KEY',        'Sb`2Y5 3^Wtwcp0Nv>&P,34MRxAI3w[nsG(b_;KIscI:A7}]X`A6tKNE80/6lq|D' );
define( 'AUTH_SALT',        'U+GMZ?))f1?h-[$O;GcK+V[7py0yRHhN&_5Tyv!%sncW#5*s@Z:[hwKTJ~{@_?:<' );
define( 'SECURE_AUTH_SALT', 'l)Mx5eJF e@K5>}f,:[$.>khm/HG;Oeo7G7xV[Q;ZiH;IAmg/lGzU!d@Y)v0!FSE' );
define( 'LOGGED_IN_SALT',   'jUFza=+!!-FUJ#;twUit<OD6k{p@&Qn^J[]mf|!PqWeSZtWT|w$!(W{&,s0}8+9i' );
define( 'NONCE_SALT',       'e}u==uT0>lExdJ2qJG~L-$Nf>OOY & s_i~LwCctxdSFfEDRJ.F![>(Vo%W+Q:uK' );

/**#@-*/

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