📄 Viewing: /storage/v13497/nissat/public_html/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', 'nissatdb' );

/** Database username */
define( 'DB_USER', 'nissatdbuser' );

/** Database password */
define( 'DB_PASSWORD', 'PbfJXqJeIgtiaGgVu4' );

/** 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',          '3=n^#e6R+,@u5RDFuQ5JuVKBN286f`[o*T/|:w,W&.%!;:%:n*QOY^=(@.~U%2kI' );
define( 'SECURE_AUTH_KEY',   'z!th1@StA=`5U#twN^xf#5s?tp:9{MwF?ssXy^s{{4}LGxd~dsZqSd]3I_V?#eb<' );
define( 'LOGGED_IN_KEY',     '5L2QMeG:&?[dSGxxh6{z>Wo>)E+o3iqsMz6ciQcQB9u47pTwaGYmE-a%PpTJ!Oc+' );
define( 'NONCE_KEY',         '^iv;sf||^mi7(A?f8@L{QIfWuDpBjEDzY,GuTUunxJ20~7prAL{Zypp-v}!jE4Hk' );
define( 'AUTH_SALT',         '[Fy]P4M(slB<=)R< Hp0,.CumR:Y+]*mK#R[b&d7gJ7oWe3Iopcds?QU~#i3-%Ul' );
define( 'SECURE_AUTH_SALT',  '`RP~`[r=+gfGo0.drkn`a;`{/u%yMpx=.|8-1pC]F(5X~/a[[c>jfnwGG 4{h2s`' );
define( 'LOGGED_IN_SALT',    '-!|r^?C~;<eVSs$~+D%14ZtWPz5`pHDDC{j~b?,ie%fnES%P1L)e;EOM/qCj+{PS' );
define( 'NONCE_SALT',        '-4k]Xfb#foj2/B_2~`9}aO>_ysN`3i-Iwrz^2)Vlkf`Z v^wV+|fX67#@_/VJ2bC' );
define( 'WP_CACHE_KEY_SALT', 'pLJsEZ-(SL|&RCSuz4ndY(W;19gV|5dBWpPmxX}CRy|PdV3]s_{9<rPo<vpzjVg-' );


/**#@-*/

/**
 * 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/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );


/* Add any custom values between this line and the "stop editing" line. */



define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'dUt3Ss360dKCgxFgvcDnX0U7t' );
/* 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';

← Back to directory