<?php
define( 'WP_CACHE', true );
/**
* 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', "Samarabase@2025" );
/** Database username */
define( 'DB_USER', "Samarabase2025" );
/** Database password */
define( 'DB_PASSWORD', "7abitananekberm3ak@Samara" );
/** 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', '' );
define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');
/**#@+
* 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', 'n{std^wb)biGavGPQK-GYEs9o{i9{?A^u7n0T&TI/M+3d[#FT4`!h1.Y{/R<}Wte' );
define( 'SECURE_AUTH_KEY', 'h-DRq/6<03nqL0`Q-UJ[v~1YGBqdAw@P-Hx>-JZ{@`iY%.HUGV/jL}f)=}Vuu#B?' );
define( 'LOGGED_IN_KEY', '7lM3=thp6N=6Z:-FAJ^mn{eQD9<6V.iqa9Mr)R1jU](2I624Fo_rwcz+PYg1oBt=' );
define( 'NONCE_KEY', 'v w>@dy2o9= 8:DL6,n|Qv>az=|G;,Km_wiCMY]qH%BPN3cvoaa$(Yk* JDC=qtg' );
define( 'AUTH_SALT', 'f]kFrez=x+r0q@.3!9^#p|B8!-jDG={Qd/^]0A#^?pf*YV`N4c7(%,Kr@(~_=[<?' );
define( 'SECURE_AUTH_SALT', 'qI->*U$R3l1lTi;jwDsyph7=`<UXI.#-S3$U 4ul+x4[3i[v c0kTD#6(9$5zy}}' );
define( 'LOGGED_IN_SALT', '/#Z!28boIv!^/a@QHxQOC{7v8O66`JQ Soj,)i}1cW.z!V-8T+xQ@ KuX%s~&[!2' );
define( 'NONCE_SALT', 'EG#Q?K=n_)LObD/m:7>R.%U15x,~ob.w^TOP1.FVA(CzW=q)ar?<Gqh>#|iF{D-)' );
define( 'WP_CACHE_KEY_SALT', 'yH2Q;<Y>ogeqic,6}FG|bud/[6D:y!sWTfXiwc?o[$MJ,(f0?;^Ho:_,hi~/@iZv' );
/**#@-*/
/**
* 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( 'WP_ENVIRONMENT_TYPE', 'local' );
define( 'DUPLICATOR_AUTH_KEY', 'YG@.SUFprV]Nv*iNPaoXJPdiyZt0@31ZbCi2>v3c:XB;(Tb0Q[}]B$@$viMW?s_Y' );
/* 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';
Name Last modified Size Description