File: /var/www/web145544/html/wordpress/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', 'usr_web145544_1' );
/** Database username */
define( 'DB_USER', 'web145544' );
/** Database password */
define( 'DB_PASSWORD', '3PgFp78S' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'v/ya_<~J%Udzf%]BU4JQwE,-(VCavaz0GQ cluzW!-x,>$Vn7nx/y^u2}wjPU7VL' );
define( 'SECURE_AUTH_KEY', 'L4)k/xdl+=;930,ujCdJd?|%&GE;PPm$DEYvrBWY. ZzXo77p>K105-8)`;#@ATK' );
define( 'LOGGED_IN_KEY', 'l4Df{~CGUMGTv*nqGM<F+#!g]qr=*ounWT1w#0r4aPy=GN5O2(!`|qdY(EFGt1Se' );
define( 'NONCE_KEY', 'o`?Yq+QVx3VjJ.&O9oI?jxllS=@.&d~9oz*|v{A-e}b}sbe?Y~4-2J]YB:&aY%`R' );
define( 'AUTH_SALT', 'MgxvE]*~kZBN=88Na;0XbV=f$wqk!X6DhagTEp`ZKc9}6sXB!KaXu>5P7O@#9,)S' );
define( 'SECURE_AUTH_SALT', 'tFn87$&EL.E*Q3njA0%)phXpE,^6&LZX; d]!y9o@u>;68S+Erk%i-[L^;eoHPQ:' );
define( 'LOGGED_IN_SALT', '32Ly=TU*DSvRB_^X&?lhuNSA7Ydh;6HYmq$@wouAqH}ET*xrKuyOV*^4:LH7y_p8' );
define( 'NONCE_SALT', '^4KYk^6$RxE$h<ySE(k<CC:VAr=P~X|$Hx6i{+~l]_L}[G5j.-T .kDrR^235x|R' );
/**#@-*/
/**
* 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. */
define('WP_MEMORY_LIMIT', '256M');
/* 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';