File: /home/safarimaris/home/safarimaris/site/blog.safarimaris.com/wp-config.php
<?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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'safarima_wp1' );
/** MySQL database username */
define( 'DB_USER', 'safarima_wp1' );
/** MySQL database password */
define( 'DB_PASSWORD', '5UEzMaLYIvGS' );
/** MySQL 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', '7TATC7+7[9:!6aF%j(c!>#x=>@llZ=TQcDgBPgf(1[y1n==qaWfR=d+>3 ?]eg23' );
define( 'SECURE_AUTH_KEY', 'Aq1+i.9/K/|b7Blx*YaMFmUZ_geT528x)`q&BF4x28gQ?Y{?$6a asX+Y.QQ&t9c' );
define( 'LOGGED_IN_KEY', 'd~MH1qz!n8mTrmw>BaKWlCk,^{(?JvSmHJVOi>)1)!i1Obl>`sG1:b?S!ki~}HLb' );
define( 'NONCE_KEY', '] BC!vNxs;QCM{p/1jP|0O4z^G!k?z)M{bh&ZOJab[:[+(,0TP7dH&DV&@FewlWW' );
define( 'AUTH_SALT', '?r!>)2K(]VIEn>/rwo.Q3VgW.=v>GMha]hA0Gvz[eg@,q@`:-1DM[]G<=@48O>u<' );
define( 'SECURE_AUTH_SALT', '30p9AF47,_x*J#~Z((cXM!B~uH/S:SC;H!F)V8=hjETST.8RUE+Fn4n%#:AX!#H5' );
define( 'LOGGED_IN_SALT', 'Zb4,dpTH %j*U!1;+3{{?DR1|jn]){3iz~E !W;ZiaWf!#kU]maB;?7KSuHb?8k[' );
define( 'NONCE_SALT', 'G;ZRFQZc(fGu_jvS 5yYEpN;F~xT)Zi:w|<4h7Q<,,H<t0zZU/s-|eV1$2AWHUwY' );
define( 'WP_CACHE_KEY_SALT', '/(n8zV^gA|JUSp4dPml(s82&fMn;f;{)A*_@KE|y1^Ap4:iYt._eO%%:.O!KyQ+f' );
define( 'WP_AUTO_UPDATE_CORE', true );
/**
* 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_';
/* That's all, stop editing! Happy blogging. */
/** 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';