File: /var/www/wp_library/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
* * 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', 'wp_library' );
/** MySQL database username */
define( 'DB_USER', 'remote_root' );
/** MySQL database password */
define( 'DB_PASSWORD', '$oyqzHK34m9s2QTsvP3r7Qk8p4DqCx4' );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb3' );
/** 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', ';fEAb?b u2iop[cMoD]AWv9[sgtau4ud~/&i*C8a$`kQiy(pm}O1e2UdA8ytnMa<' );
define( 'SECURE_AUTH_KEY', '2Wl|m(@2r0em=n*!mK,%H_d1unR9 J98n&R+k[E$HkI5&}^t3!<L$74CwvsG!R#n' );
define( 'LOGGED_IN_KEY', 'Ol}$X:y8y!mO>8,[^vE=TPS>;FOYUn-YN/A$A%o+<OR]%r1R2xSm`G/lvL->i}?X' );
define( 'NONCE_KEY', 'RhQ,,q>RR2?]eqK%Z4;q71`Td3gB1XJ>&<[&e#&*z:dCe1)8KVDIJ-72BwRS9o92' );
define( 'AUTH_SALT', 'sFMx>2!{O>-9kP+:s.m V_)E37G#GFCtm(AhbSFty@7(6#,<VmC$6:a|&Y?&j*U}' );
define( 'SECURE_AUTH_SALT', '2t{[IUSy]6U)qek|]G:P~r8$< OhaG&F.Pj|&|_LVP-W4:tZQ!@A,EsVzP25:q$B' );
define( 'LOGGED_IN_SALT', ' M^prWg8 ^Lg=c:8rSbvMo1#CTax3NjyX1KG3ju*@e8mQyU6h_5=_n:AMU@hrU7b' );
define( 'NONCE_SALT', '5:aXS@y[LMcNv%/f |`SiyfXeddS7 kKZ2vWi95dF2S9*J`2^|jL= 1!HA$+*ceQ' );
define( 'WP_CACHE_KEY_SALT', 'SLW2+n9eKP-tdiHaV%q<OWx~EC~f:Q[G&3Lp?BJ;mC<d8!8wiqSB_kB}]z>Ef>%F' );
/**#@-*/
/**
* 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. */
/**
* 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 );
}
define( 'DISABLE_WP_CRON', 'true' );
/* 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';