%PDF- %PDF-
Direktori : /var/www/ns.eco-n-tech.co.uk/ |
Current File : //var/www/ns.eco-n-tech.co.uk/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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', "ns_db"); /** MySQL database username */ define('DB_USER', "ns"); /** MySQL database password */ define('DB_PASSWORD', "vvkcGTC*z_7qf79b"); /** MySQL 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', ''); /**#@+ * 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', '5ao<5T!=S;1U7k7r>K ch!C=:pJ}thfZRX=3tU5s$~8s9m./AFh8dz]C/p0SA3d3'); define('SECURE_AUTH_KEY', 'AqGD)Dj7WYBG47vDn3KT-KZx55*k@<8}zzwl|FRP)7&UEI}n</s2TJ&W1cMd<9A2'); define('LOGGED_IN_KEY', '`WqW=@&apQaE]ot3brOslm*Tvmq6DrMm/oQ]e)(xSBtU418j?,pr2H~L7$g2F{qo'); define('NONCE_KEY', '6dEX1+-O`kA8^4]sih;GtFb93x~b{*Cc! >OG3ET:Ppa1[,u7s{-?-<qw{=O!aaF'); define('AUTH_SALT', 'J&`_H@za]^ec@xcfS>c_K.>xz?)C=<a6ZD,rnE?|6L!I],H-)YdM>$Q}@qAB<wd-'); define('SECURE_AUTH_SALT', '$ ,qjJ<er;H<7Y-6pAE0o.VI+0SV2$fNj0iBU+i35wTU4.L7akkDyTHN%,u])#W$'); define('LOGGED_IN_SALT', 'e3o359JJbnkbQ,G`5Bk3$)o2q-x=OD;bB)06jd[1dIHWf+L61o4&:l<7,U>YH}2H'); define('NONCE_SALT', '`f:p&L8OukuF]i~P|?]r[#S?;~Wn/7WXftPd~t`Fu[wN;9^wUhEhA,W?s4@lO,M6'); /**#@-*/ /** * 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', true); define('FS_METHOD', 'direct'); define('WP_DEBUG_LOG', '/tmp/wp-errors.log'); /* 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';