Duffer Derek
<?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', 'neadev_db');
/** Database username */
define('DB_USER', 'neadev_user');
/** Database password */
define('DB_PASSWORD', 'hsr6u6SRAaab8%');
/** 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', 'gcYlkG_Wf|NchYPZVM=nj1>sQKtsjyz3]rmxf0<!^SF[`%[ko|Fpo@N.vkQX9/qN');
define('SECURE_AUTH_KEY', 'H<K<^k@_4Yal`{D]O%!gX<acW|v+m>#`~LEJ^5|icHr>@lIB5ZGYnjz4YGTdb;u:');
define('LOGGED_IN_KEY', '^I_cbAEgp~, Be^O8}Q1f&woz*5/^i*!87Cn::=Nfw8P%c@8~B/<MnO~8Vq&05e&');
define('NONCE_KEY', '!5J^bfs;08c)$].k6 OZ_(9.rPj+)p>Vqq<Px[-BKVioW`uXfQSWJCae/_QJAc;M');
define('AUTH_SALT', 'tnVa28M?J_y.qqQiA<R]5%6;#4j=&K^+nR&l~AwGV4_T)Mr0JR3N6s[EAoxVjTbA');
define('SECURE_AUTH_SALT', '/Dd6>SF=s0$>y!npC~[.dA_WN5|L36ij9F);bT)gsi3^9j83qN,SOC(bzQs7o8+O');
define('LOGGED_IN_SALT', '4##T KGAUnFu9+/p^%F%p|K92 UuOW.MS)R b$903x+9#N:C /J9[rX?;E*OpdVt');
define('NONCE_SALT', '5_[2$gZ(%j_$Q6g%&FA=9C0!?dxHSlucSuw+. g2a(s[qSK?zMf>Y}Z`IfWq~_;F');
define('WP_CACHE_KEY_SALT', '|,4y{{t32@>8:Uo49oES[>&Y(Ga.%j)HV+:c`;R$/owuETsnDnYO:ny~7e]`/+]t');
define('GMAPS_API_KEY', getenv('GMAPS_API_KEY') ?: 'AIzaSyATXRk1eXVwEyYubCIjTpZPKz806KRMe6I');
/**#@-*/
/**
* 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', true);
// }
// if (! defined('WP_DEBUG_LOG')) {
// define('WP_DEBUG_LOG', true);
// }
// if (! defined('WP_DEBUG_DISPLAY')) {
// define('WP_DEBUG_DISPLAY', true);
// }
define('FS_METHOD', 'direct');
define('WP_MEMORY_LIMIT', '512M');
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
/* 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';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists