????
Current Path : /home/ncom/www/ |
Current File : /home/ncom/www/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', 'nec104anncom_wp_govsm' ); /** Database username */ define( 'DB_USER', 'nec104anncom_wp_elbke' ); /** Database password */ define( 'DB_PASSWORD', '5m&Lcthj9lg6f&F#' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', '_G10bA+b:6g036%@1B(YTksm_-3OI)0538s8L78|H)E)6vdzBhI|SqCGc-5!/TAt'); define('SECURE_AUTH_KEY', 'A7532fd~8Ma0MUF4([:R7a7ic/3&3*58IJ%r7@Z7Y+Wn+n7Pa*rav[-[k1n!ZuS4'); define('LOGGED_IN_KEY', 'Ir11886_|]@2;5uuZ04h6M7!@|KK;a3Z%3Xd2QQ(_608e%e:e&*b0G*+a0-sR9P*'); define('NONCE_KEY', 'Yx77TS%&7;R:tP&Osh]wF:s74[w@A(Z3A587[+|D71d/3Ww|9MR4*7A4@3A|/kd~'); define('AUTH_SALT', '1~OdV7K%6;;4194i56BHcr0[2+3hu2E~2e]ztqHI6l3w!53iKx9y&N4]jt7103[I'); define('SECURE_AUTH_SALT', '2h|UWp6Rk1~7R08;jo:dEF/34T0wT!14t_jj-x2rKTmM_Ow48ZH%RZ]9/O:~+Q0:'); define('LOGGED_IN_SALT', 'Inn%(x([20f8]p42-9d5Od7-)*Iyd!SPB#GiNx2r/3x9fQ(T-Q+RT|V5&u-&c6p['); define('NONCE_SALT', ']/k3[j4p!p35%v5R&4g3uUMh-)6tKmC1RQ-xe#k8zu3w@C[YEOBFnRTEO)4YZEz&'); /**#@-*/ /** * 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 = '5N70uW_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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 ); } /* 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';