File: /var/www/a61ba04c-5d4c-4ae7-80df-16a037b6d612/biology.homeomagnet.com/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', 'homeomag1_wp1' );
/** Database username */
define( 'DB_USER', 'homeomag1_wp1' );
/** Database password */
define( 'DB_PASSWORD', '.C5R4YMd.7AQQeFe' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'PB$!r-VbYr=7YxP7kxF;l*zd;&ws@FK&Mm| 5@9+pml#F,9e&4R{kfs!yHJh,v2a' );
define( 'SECURE_AUTH_KEY', '@;`BwfgW.hxn&?]lWU8/TdD#r+O!*c(w4YT-+IW ~g$di)/^W=!Crm;c^;Uv.JCj' );
define( 'LOGGED_IN_KEY', 'p)e%L%P|LP$$fXj5d^motRn>Uz$;LFuPzsG|SDWl`W,/E[PEZtLb,o7u9uWu0nI9' );
define( 'NONCE_KEY', '^BTV3axzd@x_LX%8]GA|v)3{=OaXq+a!}faFVP*[DTF1Wc5yo`eM%E%}B(R174JE' );
define( 'AUTH_SALT', '-Y$4Z6*D^?)c7/_eKs0f>Btsb%z~AhTdk.nO?miviQ|BzD:Q 2ATi6?~DUKeyXi$' );
define( 'SECURE_AUTH_SALT', '}o$#]i{[7K-lO/4H5La?j)^-O|xWSx7?l!m!+&//K?^9zCyfr=9vV|xEM,!/(QUO' );
define( 'LOGGED_IN_SALT', 'E^9Ln<T`BqaX!hl*_dvS:`iO66!?!{Z#C/bN:8oh/x,(VmVhRjrnn:~ayI=)!6U^' );
define( 'NONCE_SALT', '~trR/x*a)%U8r!Wsb5L]uUVN;dKPz,lR_iCs#eZo#C|A2g}@RsUd2w}lVbR7<oHK' );
define( 'WP_CACHE_KEY_SALT', '4e]6*t,>qSAPMv>v!*mx@h|b;<-}}.93t!_z!sV-|l#7isDZ<[w_gp67]P8&8cvD' );
/**#@-*/
/**
* 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', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';