%PDF- %PDF-
Direktori : /var/www/knwn/ |
Current File : /var/www/knwn/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', "knwn_db" ); /** MySQL database username */ define( 'DB_USER', "knwn" ); /** MySQL database password */ define( 'DB_PASSWORD', "zuJLA6r4dhn6H7H843" ); /** 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', 'dJTWRsqNw4cvvx/WD4d429vmlRtDNVpOF1UhKKaAvEcWO/O16+iZOaCXrxMEhyTpjj3cELD3TjPImy1csgHE4A=='); define('SECURE_AUTH_KEY', 'bl++oaPgqF6b4u3rsK7UZS0uE8rms6zBWhfMLwqrT6303O8DZPQ3lI4OQYQtCjzVN25uhNAGfCg6xh0fmCLNqg=='); define('LOGGED_IN_KEY', 'aIz4PKz9Md6oa+5EFPZgqU89n4+rPOloIs5w7SAWNynz6B0wPL6WSkx/GAnLzmUWMokSrD6dlN2Ggzwd7XAREA=='); define('NONCE_KEY', 'qwsgUUa6wuuhDiFvQcPXJQZqrqfQr25ohf9N9nhRcv6/8lS6hM3H8i4Zzu/GmXtK2aRjRSFrh1aEmwtZfhsPWw=='); define('AUTH_SALT', 'R8gDzy9blKTItMDx3/b0q+WRfZoxG8t9iyoc0KmlekpauxMS7vcF56mP+dFhM8bmFhG9xIUwNHgozl4kCxjwwA=='); define('SECURE_AUTH_SALT', '02xDNdHe2tINPfQ6bzmMneSzf+8YUYgF6zSzaBMGv+HUCahORUsV5BVWrQzLfspgvnYMWTa9qjm+WgsrvkzVTQ=='); define('LOGGED_IN_SALT', 'M2FesC4atUq6Bw0Yl+XGsvfJGb7DSXMqWpa5spOliqvRb4UCacvU2UFXxHmAgqt3i8bTpv8Kl+I2QRafZjaEwQ=='); define('NONCE_SALT', 'hkg0mfAhm6dBKdSWDehhv1iIc8VwGwWZCw00xtt9UaZdX6s1/5EnCH8W+8EWAIzopA851BL8a66BM0RwkhYK2Q=='); /** * 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( 'FS_METHOD', 'direct' ); define( 'WP_DEBUG', false ); define( 'WPCF7_AUTOP', false ); /* 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';