%PDF- %PDF-
Direktori : /var/www/businessmultisite/ |
Current File : //var/www/businessmultisite/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', "business_db" ); /** MySQL database username */ define( 'DB_USER', "business" ); /** MySQL database password */ define( 'DB_PASSWORD', "zuJLA6r4dhn6H7H425" ); /** 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', 'HF/sfZZbQq/x/H0AA9G+KdvNSS96NtwDqfMNILzBD0iHOTbby9Mp/srSmUK63YedO07jEG474T3u8a4lMkCmjw=='); define('SECURE_AUTH_KEY', 'S+fOTdXnnxGvCJNJdgkpzRTMUQ00e0cWD/JS2sUdJiVhjhgwrqbXU0Jv4iDsRo3kw4fnp6RpM4hurQq974sNRQ=='); define('LOGGED_IN_KEY', 'zDU0IaP7VNfHS12wePQbzizjSJQqaMErKxLAHTxu6/3G4EQOW4cEYVXbuhuQ9mm6w0V6/UdgtHckIdOqubKzlw=='); define('NONCE_KEY', 'b/B/S8xCWUjLUfJrBj6oR8irgEftWU/28ObVa8gaOpb2obqN9pUcXGr0QHmzfsdnYPioegl9Xf7mRsS1ZLZI/A=='); define('AUTH_SALT', 'WgzP7SSu9UsbEKTpErJUKOK35EscUsI3sxvf0IJcyh+Q+8hTOucJH6Wo7kTmrPfrWb6HI3oU/4z/Ci5Aa60jtw=='); define('SECURE_AUTH_SALT', 'erINxVtvSrDUdRX+62/wJI3uq+/WsareSznvE1mnU17snubonVNKiCGiaNJB9cS8gxiCDP2L2W3Lfwx/i8FXdA=='); define('LOGGED_IN_SALT', 'o4WpGyQAL6FYtupj5+L9D1Sq0TrXc3scKI8NBp13wzkSmxjs27GSzNNAALavL7ApAuIqVj+lV6wHkawbtwwc/w=='); define('NONCE_SALT', 'f1WbfzKsZoTSNV3Fp2ZQmqQGIfxvkLt01OsJGt5X1SKjMEG9aHBBTnwsxDqTrJsENuElEfaxnUFxafCa6bOb6w=='); /** * 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_'; define( 'WP_ALLOW_MULTISITE', true ); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); define( 'DOMAIN_CURRENT_SITE', 'businessmultisite.eco-n-tech.co.uk' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); define( 'FS_METHOD', 'direct' ); define( 'WP_DEBUG', true ); define( 'DUP_SECURE_KEY', 'R`I~F`,4.I;:?0ww>)OdT5=<9sc[6c7&#gz.M0F+|$Fm{%nc$FF`?U:B*dk]B^2w' ); /* That's all, stop editing! Happy publishing. */ /** 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';