<?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', 'mrsitemotoweb' );
/** Database username */
define( 'DB_USER', 'mr_mysql_custom_user' );
/** Database password */
define( 'DB_PASSWORD', 'KL23cSP%S-[CiExS' );
/** 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', ',}]O2_47Ndb}-uEnJ3>u-:@)Kr=w%dhqb>N4UuoN/{o}hAPgC+VkM$$DQGG)&I|<' );
define( 'SECURE_AUTH_KEY', 'XtA6ow`&t-&_Ms(_/}0[TV*WmkB[PC[cf-Y[R#,n%kx?S6a[K>.)sIPD0Y<Z308&' );
define( 'LOGGED_IN_KEY', 'e,rLr/[f+Uc_:ew{9x-q#wSL_P|>WOU+4oF)f,$N1qu=vxaH!B<<(HiFXj7X>E>A' );
define( 'NONCE_KEY', 'wCHGr!XA:bx*`zyyUGAhI$!-,ejvnW:+WeB?v`q*XTxi7*6~bQeMVgRK8cp9jmE#' );
define( 'AUTH_SALT', 'UzpsK_w)FyXRn7G^dD4|rY|irqak=.:z0QcwJ!$2ld]$B?l[m*=L68$ ~9Y_`OS8' );
define( 'SECURE_AUTH_SALT', ':gI4 0g#9Zy+x<i)3j:2<SE@5%:+hW:&-S;=C7~YA$FydD^NwV#K5bgGei~zH.#[' );
define( 'LOGGED_IN_SALT', '.Sti(:Msy,(;@E5P*8|*2x=Le9uG5P*$zuP(E}l%qKud9s3wUFo^k&TaMlFEzeH?' );
define( 'NONCE_SALT', 'kb6YHiwI@q&rRG%o&(IJ(LiJ}yQ-p:^_{Rl.HwG2LU>zE1tJ/&lr rJ-`harsZiC' );
/**#@-*/
/**
* 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!
*/
define('WP_POST_REVISIONS', 5);
define('AUTOSAVE_INTERVAL', 180);
define('WP_MEMORY_LIMIT', '512M');
define('WP_MAX_MEMORY_LIMIT', '512M');
define('DISABLE_WP_CRON', false);
$table_prefix = 'mrwmtpot_';
// define( 'ADMIN_COOKIE_PATH', '/' );
// define( 'COOKIE_DOMAIN', 'false' );
// define( 'COOKIEPATH', '' );
// define( 'SITECOOKIEPATH', '' );
/**
* 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);
define('WP_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', false);
@ini_set('log_errors', 'Off');
@ini_set('display_errors', 'Off');
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/*define('UPLOADS', 'media');
define('WP_CONTENT_DIR', ABSPATH . 'assets');
define('WP_CONTENT_URL', '/assets');
define('WP_PLUGIN_DIR', ABSPATH . 'assets/extensions');*/
define('UPLOADS', 'medias');
define('WP_CONTENT_FOLDERNAME', 'assets');
define('WP_CONTENT_DIR', ABSPATH . WP_CONTENT_FOLDERNAME);
define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] . '/');
define('WP_CONTENT_URL', WP_SITEURL . WP_CONTENT_FOLDERNAME);
define('WP_PLUGIN_FOLDERNAME', 'modules');
define('WP_PLUGIN_DIR', ABSPATH .'/'. WP_PLUGIN_FOLDERNAME);
define('WP_PLUGIN_URL', WP_SITEURL .'/' . WP_PLUGIN_FOLDERNAME);
/*
function write_log( $data ) {
if ( true === WP_DEBUG ) {
if ( is_array( $data ) || is_object( $data ) ) {
error_log( print_r( $data, true ) );
} else {
error_log( $data );
}
}
}
*/
/** 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';
define('DISALLOW_FILE_EDIT', true);
Name Last modified Size Description